summaryrefslogtreecommitdiff
path: root/camlibs/canon
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-07-22 21:22:56 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-07-22 21:22:56 +0000
commit126b55c7b82ce3fa42062bc3a20855b76c20b9f9 (patch)
tree432ba98bd100452ecf4da91882f11bcef70e13c9 /camlibs/canon
parent54d08ad20ccf0d4b34df080541916b302c49257f (diff)
downloadlibgphoto2-126b55c7b82ce3fa42062bc3a20855b76c20b9f9.tar.gz
From: Axel Waggershauser <awagger@web.de>
I had something 'prepared' for this situation, here you go.. ;) The patch does not, however, actually remove the GP_LOG_VERBOSE enum, since that would change the interface for all clients, which might not be worth it. If you don't think that is a problem, please remove it... git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15107 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/canon')
-rw-r--r--camlibs/canon/usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/canon/usb.c b/camlibs/canon/usb.c
index a36d29c63..6c38c5497 100644
--- a/camlibs/canon/usb.c
+++ b/camlibs/canon/usb.c
@@ -1437,7 +1437,7 @@ canon_usb_dialogue_full (Camera *camera, canonCommandIndex canon_funct, unsigned
}
if ((payload_length + 0x50) > sizeof (packet)) {
- gp_log (GP_LOG_VERBOSE, "canon/usb.c",
+ gp_log (GP_LOG_DEBUG, "canon/usb.c",
"canon_usb_dialogue:"
" payload too big, won't fit into buffer (%i > %i)",
(payload_length + 0x50), (int)sizeof (packet));
@@ -1544,7 +1544,7 @@ canon_usb_dialogue_full (Camera *camera, canonCommandIndex canon_funct, unsigned
reported_length, reported_length+0x40 );
if ( reported_length > 0 && reported_length+0x40 != read_bytes ) {
- gp_log (GP_LOG_VERBOSE, "canon/usb.c",
+ gp_log (GP_LOG_DEBUG, "canon/usb.c",
"canon_usb_dialogue:"
" expected 0x%x bytes, but camera reports 0x%x",
read_bytes, reported_length+0x40 );