Skip to content

Commit a10b866

Browse files
committed
Add an info message.
1 parent 828189e commit a10b866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analytics/src/analytics_windows.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +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.");
263264
// Load the library. When loading with a full path string, other
264265
// directories are not searched.
265266
hModule = LoadLibraryW(full_dll_path_str.c_str());

0 commit comments

Comments
 (0)