From 6e1e35590eb44b4677464cc6908923860c276406 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 27 Jun 2024 09:48:21 +0200 Subject: [PATCH] [winpr,timezone] reduce log verbosity --- winpr/libwinpr/timezone/timezone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winpr/libwinpr/timezone/timezone.c b/winpr/libwinpr/timezone/timezone.c index dd0c6ee03..d22358bb5 100644 --- a/winpr/libwinpr/timezone/timezone.c +++ b/winpr/libwinpr/timezone/timezone.c @@ -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 {");