[winpr,timezone] reduce log verbosity

This commit is contained in:
akallabeth 2024-06-27 09:48:21 +02:00
parent 4bf3eac357
commit 6e1e35590e
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

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 {");