Skip to content

Commit f56b1bd

Browse files
committed
Fix syntax error.
1 parent 5d814c8 commit f56b1bd

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
@@ -212,7 +212,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
212212
// logging an error. For other errors (e.g., access denied on an existing
213213
// file), log them as it's an unexpected issue.
214214
if (dwError != ERROR_FILE_NOT_FOUND && dwError != ERROR_PATH_NOT_FOUND) {
215-
LogError(OG_TAG "Failed to open Analytics DLL. Error: %u", dwError);
215+
LogError(LOG_TAG "Failed to open Analytics DLL. Error: %u", dwError);
216216
}
217217
return nullptr; // In all CreateFileW failure cases, return nullptr to fall
218218
// back to stub mode.

0 commit comments

Comments
 (0)