The last of the LOG warnings I think.
This commit is contained in:
+1
-2
@@ -14,8 +14,7 @@ bool JsonUtil::LoadFromString(Json::Value &root, RString sData, RString &sErrorO
|
|||||||
if (!parsingSuccessful)
|
if (!parsingSuccessful)
|
||||||
{
|
{
|
||||||
RString err = reader.getFormatedErrorMessages();
|
RString err = reader.getFormatedErrorMessages();
|
||||||
sErrorOut = ssprintf("JSON: LoadFromFileShowErrors failed: %s", err.c_str());
|
LOG->Warn("JSON: LoadFromFileShowErrors failed: %s", err.c_str());
|
||||||
LOG->Warn(sErrorOut);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ void NetworkSyncManager::ReportScore(int playerID, int step, int score, int comb
|
|||||||
if( !useSMserver ) //Make sure that we are using the network
|
if( !useSMserver ) //Make sure that we are using the network
|
||||||
return;
|
return;
|
||||||
|
|
||||||
LOG->Trace( ssprintf("Player ID %i combo = %i", playerID, combo) );
|
LOG->Trace( "Player ID %i combo = %i", playerID, combo );
|
||||||
m_packet.ClearPacket();
|
m_packet.ClearPacket();
|
||||||
|
|
||||||
m_packet.Write1( NSCGSU );
|
m_packet.Write1( NSCGSU );
|
||||||
|
|||||||
Reference in New Issue
Block a user