We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997bb0a commit d544623Copy full SHA for d544623
1 file changed
source/gameanalytics/GAHTTPApi.cpp
@@ -346,7 +346,7 @@ namespace gameanalytics
346
// if not 200 result
347
if (response.code != HTTP_RESPONSE_OK && response.code != HTTP_RESPONSE_NO_CONTENT)
348
{
349
- logging::GALogger::d("sdk error failed. response code not 200 or 204. status code: %l", response.code);
+ logging::GALogger::d("sdk error failed. response code not 200 or 204. status code: %ld", response.code);
350
return;
351
}
352
0 commit comments