Write warning for missing ptal support with DBG(0...

DEVEL_2_0_BRANCH-1
Peter Kirchgessner 2000-11-26 13:44:12 +00:00
rodzic d22f07fb22
commit 2ba681f320
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -620,8 +620,8 @@ hp_read_config (void)
config->connect = HP_CONNECT_PTAL;
config->use_scsi_request = 0;
#else
DBG(1,"hp_read_config: connect-ptal:\n");
DBG(1," hp-backend not compiled with PTAL support.\n");
DBG(0,"hp_read_config: connect-ptal:\n");
DBG(0," hp-backend not compiled with PTAL support.\n");
#endif
}
else if (strcmp (arg2, "disable-scsi-request") == 0)