Changed smartcard no reader log message level to info

This commit is contained in:
akallabeth 2020-05-08 09:39:10 +02:00
parent c31eb24bae
commit feb7d4f362

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;
}