Merge pull request #10313 from akallabeth/tz-trace-log

[winpr,timezone] reduce log verbosity
This commit is contained in:
Martin Fleisz 2024-06-27 10:04:20 +02:00 committed by GitHub
commit 9b7fe9183a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ static void log_timezone_(const DYNAMIC_TIME_ZONE_INFORMATION* tzif, DWORD resul
WINPR_ASSERT(tzif);
char buffer[130] = { 0 };
DWORD level = WLOG_INFO;
DWORD level = WLOG_TRACE;
wLog* log = WLog_Get(TAG);
log_print(log, level, file, fkt, line, "DYNAMIC_TIME_ZONE_INFORMATION {");