Changed smartcard no reader log message level to info

(cherry picked from commit 728f6aff516a12ac8720aa0c9fa1730cde348dca)
This commit is contained in:
akallabeth 2020-05-08 09:39:10 +02:00
parent 3e4a835c29
commit d858616852

View File

@ -49,6 +49,9 @@ static LONG log_status_error(const char* tag, const char* what, LONG status)
case SCARD_E_TIMEOUT:
level = WLOG_DEBUG;
break;
case SCARD_E_NO_READERS_AVAILABLE:
level = WLOG_INFO;
break;
default:
break;
}