mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,gateway] less verbose logging
Do not log HTTP_DENIED as warning, this is expected on unauthenticated connection attempts.
This commit is contained in:
@@ -1382,6 +1382,10 @@ static BOOL rdg_establish_data_connection(rdpRdg* rdg, rdpTls* tls, const char*
|
||||
case HTTP_STATUS_OK:
|
||||
break;
|
||||
|
||||
case HTTP_STATUS_DENIED:
|
||||
http_response_log_error_status(rdg->log, WLOG_DEBUG, response);
|
||||
break;
|
||||
|
||||
default:
|
||||
http_response_log_error_status(rdg->log, WLOG_WARN, response);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user