rdp_print_errinfo now uses INFO log level.

This commit is contained in:
Armin Novak 2016-02-04 11:41:54 +01:00
parent cdadb58f93
commit 1b3ac98582
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ void rdp_print_errinfo(UINT32 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;
}