summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-03-16 09:16:00 +0100
committerMarcus Meissner <marcus@jet.franken.de>2017-03-16 09:16:00 +0100
commite0c7545e9cd25ec9aaa507df9c48a944108f4f84 (patch)
treec8d4246a9afac08fc0c01985dc8578ead737297d
parent3f44e0c4cb33dfe0ce733a95323a1df5d3968a9a (diff)
downloadlibgphoto2-e0c7545e9cd25ec9aaa507df9c48a944108f4f84.tar.gz
more debug in wait_for_evnet
-rw-r--r--camlibs/pentax/library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camlibs/pentax/library.c b/camlibs/pentax/library.c
index 3bcf95d4c..5fca3da56 100644
--- a/camlibs/pentax/library.c
+++ b/camlibs/pentax/library.c
@@ -374,6 +374,7 @@ camera_wait_for_event (Camera *camera, int timeout,
if (status.bufmask == 0)
goto next;
+ gp_log (GP_LOG_ERROR, "pentax", "wait_for_event: new image found! mask 0x%x", status.bufmask);
/* New image on camera! */
for (bufno=0;bufno<16;bufno++)
if (status.bufmask & (1<<bufno))