Skip to content

Commit 1b52a62

Browse files
committed
fix print
1 parent 1a0c1c5 commit 1b52a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gameanalytics/GAEvents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ namespace gameanalytics
521521

522522
if (!state.updateLevelContext(status, id, name))
523523
{
524-
logging::GALogger::e("Failed to update the level context with status:", levelStatusString(status));
524+
logging::GALogger::e("Failed to update the level context with status:", levelStatusString(status).c_str());
525525
return;
526526
}
527527
}

0 commit comments

Comments
 (0)