We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0894e9 commit 0ba79eeCopy full SHA for 0ba79ee
analytics/src/analytics_windows.cc
@@ -260,7 +260,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
260
expected_hash_size) != 0) {
261
LogError(LOG_TAG "Hash mismatch for Analytics DLL.");
262
} else {
263
- LogInfo(LOG_TAG "Successfully verified Analytics DLL.");
+ LogDebug(LOG_TAG "Successfully verified Analytics DLL.");
264
// Load the library. When loading with a full path string, other
265
// directories are not searched.
266
hModule = LoadLibraryW(full_dll_path_str.c_str());
0 commit comments