Decreased logging verbosity.

This commit is contained in:
Armin Novak 2014-09-15 19:51:58 +02:00
parent d178e33db5
commit 7ceddc73e9
1 changed files with 1 additions and 1 deletions

View File

@ -1334,7 +1334,7 @@ BOOL tsg_connect(rdpTsg* tsg, const char* hostname, UINT16 port)
#endif
rpc->client->SynchronousSend = TRUE;
rpc->client->SynchronousReceive = TRUE;
WLog_ERR(TAG, "TS Gateway Connection Success");
WLog_INFO(TAG, "TS Gateway Connection Success");
return TRUE;
}