Disconnect log message now uses debug level.

This commit is contained in:
Armin Novak 2016-02-04 11:39:57 +01:00
parent eadfff87a6
commit ad36a5c10f
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ BOOL rdp_read_header(rdpRdp* rdp, wStream* s, UINT16* length, UINT16* channelId)
rdp_set_error_info(rdp, ERRINFO_RPC_INITIATED_DISCONNECT);
}
WLog_ERR(TAG, "DisconnectProviderUltimatum: reason: %d", reason);
WLog_DBG(TAG, "DisconnectProviderUltimatum: reason: %d", reason);
freerdp_abort_connect(rdp->instance);
EventArgsInit(&e, "freerdp");