mirror of https://github.com/FreeRDP/FreeRDP
rdp_print_errinfo now uses INFO log level.
This commit is contained in:
parent
cdadb58f93
commit
1b3ac98582
|
@ -569,7 +569,7 @@ void rdp_print_errinfo(UINT32 code)
|
||||||
{
|
{
|
||||||
if (code == errInfo->code)
|
if (code == errInfo->code)
|
||||||
{
|
{
|
||||||
WLog_ERR(TAG, "%s (0x%08X):%s", errInfo->name, code, errInfo->info);
|
WLog_INFO(TAG, "%s (0x%08X):%s", errInfo->name, code, errInfo->info);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue