From f70b8dce8eace174e5868002b1366d651e5fcc75 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 18 Feb 2024 20:46:52 +0100 Subject: [PATCH] debug log pixels per line --- src/kds_s2000w_net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index dd7ca97..0c5f183 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -145,6 +145,7 @@ SANE_Status _sane_kds_s2000w_net_get_parameters(SANE_Handle handle, debug_printf_int(DEBUG, "format", params->format); debug_printf_int(DEBUG, "last frame", params->last_frame); debug_printf_int(DEBUG, "bytes per line", params->bytes_per_line); + debug_printf_int(DEBUG, "pixels per line", params->pixels_per_line); debug_printf_int(DEBUG, "lines", params->lines); debug_printf_int(DEBUG, "depth", params->depth); -- 2.39.5