From d672223de3fcc137dc67fe86d9b2434c973d73d1 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 23 Feb 2024 15:17:27 +0100 Subject: [PATCH] add debug info for available images --- src/kds_s2000w_handler.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5