The last of the LOG warnings I think.

This commit is contained in:
Jason Felds
2011-06-12 03:12:44 -04:00
parent fa599184e9
commit 720675637e
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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
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.Write1( NSCGSU );