kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'corrupted-data-image-with-scanimage' into 'master'
Replacement of printf by DBG See merge request sane-project/backends!479merge-requests/244/head
commit
b9b82f25e1
|
@ -125,7 +125,7 @@ print_xml_platen_and_adf_status(xmlNode *node,
|
|||
if (node->type == XML_ELEMENT_NODE) {
|
||||
if (find_nodes_s(node)) {
|
||||
if (strcmp((const char *)node->name, "State") == 0) {
|
||||
printf ("State\t");
|
||||
DBG(10, "State\t");
|
||||
const char *state = (const char *)xmlNodeGetContent(node);
|
||||
if (!strcmp(state, "Idle")) {
|
||||
DBG(10, "Idle SANE_STATUS_GOOD\n");
|
||||
|
|
Ładowanie…
Reference in New Issue