add log when identityOpenDs at beginning

This commit is contained in:
gb 2023-12-05 15:27:47 +08:00
parent 8fa74c4f06
commit cda1388516
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ Result huagao_ds::identityOpenDs(const Identity& id)
return bummer();
}
load_sane_util::to_log(3, L"huagao_ds::identityOpenDs(%04X) ...\r\n", PRODUCT_PID);
Identity target(id);
Result result = huagao_ds::selectIdentity(target);
if (scanner_.get())