Skip to content

Commit 0ba79ee

Browse files
committed
Change message to debug.
1 parent f0894e9 commit 0ba79ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/analytics_windows.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
260260
expected_hash_size) != 0) {
261261
LogError(LOG_TAG "Hash mismatch for Analytics DLL.");
262262
} else {
263-
LogInfo(LOG_TAG "Successfully verified Analytics DLL.");
263+
LogDebug(LOG_TAG "Successfully verified Analytics DLL.");
264264
// Load the library. When loading with a full path string, other
265265
// directories are not searched.
266266
hModule = LoadLibraryW(full_dll_path_str.c_str());

0 commit comments

Comments
 (0)