From: Bastian Dehn Date: Fri, 23 Feb 2024 14:17:27 +0000 (+0100) Subject: add debug info for available images X-Git-Tag: v1.0.0^2~215 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d672223de3fcc137dc67fe86d9b2434c973d73d1;p=sane-kds-s2000w-net.git add debug info for available images --- diff --git a/src/kds_s2000w_handler.c b/src/kds_s2000w_handler.c index 93c0dc0..8e3062f 100644 --- a/src/kds_s2000w_handler.c +++ b/src/kds_s2000w_handler.c @@ -302,6 +302,7 @@ void kds_s2000w_handler_get_parameters(void* handle) _get_current_scan_status(h); } + debug_printf_int(DEBUG, "available images", h->current_scan_status->available_images); if (h->current_scan_status->available_images > 0) { debug_printf_int(DEBUG, "download image", h->current_scan_status->current_image_number); _download_current_image(h);