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 5d814c8 commit f56b1bdCopy full SHA for f56b1bd
analytics/src/analytics_windows.cc
@@ -212,7 +212,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
212
// logging an error. For other errors (e.g., access denied on an existing
213
// file), log them as it's an unexpected issue.
214
if (dwError != ERROR_FILE_NOT_FOUND && dwError != ERROR_PATH_NOT_FOUND) {
215
- LogError(OG_TAG "Failed to open Analytics DLL. Error: %u", dwError);
+ LogError(LOG_TAG "Failed to open Analytics DLL. Error: %u", dwError);
216
}
217
return nullptr; // In all CreateFileW failure cases, return nullptr to fall
218
// back to stub mode.
0 commit comments