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 1a0c1c5 commit 1b52a62Copy full SHA for 1b52a62
source/gameanalytics/GAEvents.cpp
@@ -521,7 +521,7 @@ namespace gameanalytics
521
522
if (!state.updateLevelContext(status, id, name))
523
{
524
- logging::GALogger::e("Failed to update the level context with status:", levelStatusString(status));
+ logging::GALogger::e("Failed to update the level context with status:", levelStatusString(status).c_str());
525
return;
526
}
527
0 commit comments