Decreased logging verbosity.
This commit is contained in:
parent
73a735e400
commit
81a4081279
@ -1935,7 +1935,7 @@ int freerdp_client_load_static_channel_addin(rdpChannels* channels, rdpSettings*
|
||||
{
|
||||
if (freerdp_channels_client_load(channels, settings, entry, data) == 0)
|
||||
{
|
||||
WLog_ERR(TAG, "loading channel %s", name);
|
||||
WLog_INFO(TAG, "loading channel %s", name);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -432,7 +432,7 @@ SECURITY_STATUS ntlm_read_ChallengeMessage(NTLM_CONTEXT* context, PSecBuffer buf
|
||||
|
||||
if (context->ChallengeTargetInfo.cbBuffer > 0)
|
||||
{
|
||||
WLog_ERR(TAG, "ChallengeTargetInfo (%d):", (int) context->ChallengeTargetInfo.cbBuffer);
|
||||
WLog_DBG(TAG, "ChallengeTargetInfo (%d):", (int) context->ChallengeTargetInfo.cbBuffer);
|
||||
ntlm_print_av_pair_list(context->ChallengeTargetInfo.pvBuffer);
|
||||
}
|
||||
|
||||
@ -917,7 +917,7 @@ SECURITY_STATUS ntlm_write_AuthenticateMessage(NTLM_CONTEXT* context, PSecBuffer
|
||||
|
||||
if (context->AuthenticateTargetInfo.cbBuffer > 0)
|
||||
{
|
||||
WLog_ERR(TAG, "AuthenticateTargetInfo (%d):", (int) context->AuthenticateTargetInfo.cbBuffer);
|
||||
WLog_DBG(TAG, "AuthenticateTargetInfo (%d):", (int) context->AuthenticateTargetInfo.cbBuffer);
|
||||
ntlm_print_av_pair_list(context->AuthenticateTargetInfo.pvBuffer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user