调整300.CPP部分日志

This commit is contained in:
13038267101 2023-02-14 11:50:09 +08:00
parent 8d92a1ae28
commit 78ce295c6d
1 changed files with 2 additions and 0 deletions

View File

@ -725,6 +725,7 @@ int hg_scanner_300::get_scanner_paperon(SANE_Bool& type)
// ret = SCANNER_ERR_DEVICE_NO_PAPER;
//else
// ret = SCANNER_ERR_OK;
VLOG_MINI_1(LOG_LEVEL_WARNING, "get_scanner_paperon is(%s)\n", hg_scanner_err_name(ret));
return ret;
}
@ -752,6 +753,7 @@ int hg_scanner_300::get_scan_is_sleep(SANE_Bool& type)
type = false;
//return SCANNER_ERR_DEVICE_SLEEPING;
}
VLOG_MINI_1(LOG_LEVEL_WARNING, "get_scan_is_sleep is(%s)\n",hg_scanner_err_name(ret));
return ret;
}
///此款设备无此功能