mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-24 02:14:11 +08:00
Changed smartcard no reader log message level to info
This commit is contained in:
parent
c31eb24bae
commit
feb7d4f362
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user