]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
debug log pixels per line
authorBastian Dehn <hhaalo@arcor.de>
Sun, 18 Feb 2024 19:46:52 +0000 (20:46 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 18 Feb 2024 19:46:52 +0000 (20:46 +0100)
src/kds_s2000w_net.c

index dd7ca97a322d92bdcd97a0046881f72767bc3c3d..0c5f183f293e1f672a0f47037b293ce31d12eee7 100644 (file)
@@ -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);