kopia lustrzana https://gitlab.com/sane-project/backends
Write warning for missing ptal support with DBG(0...
rodzic
d22f07fb22
commit
2ba681f320
|
@ -620,8 +620,8 @@ hp_read_config (void)
|
||||||
config->connect = HP_CONNECT_PTAL;
|
config->connect = HP_CONNECT_PTAL;
|
||||||
config->use_scsi_request = 0;
|
config->use_scsi_request = 0;
|
||||||
#else
|
#else
|
||||||
DBG(1,"hp_read_config: connect-ptal:\n");
|
DBG(0,"hp_read_config: connect-ptal:\n");
|
||||||
DBG(1," hp-backend not compiled with PTAL support.\n");
|
DBG(0," hp-backend not compiled with PTAL support.\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if (strcmp (arg2, "disable-scsi-request") == 0)
|
else if (strcmp (arg2, "disable-scsi-request") == 0)
|
||||||
|
|
Ładowanie…
Reference in New Issue