Don't ignore those warnings!

This commit is contained in:
Jason Felds
2011-05-27 10:53:30 -04:00
parent 283afa4687
commit 84b5cf192e
+1 -1
View File
@@ -265,7 +265,7 @@ void PlayerOptions::FromString( const RString &sMultipleMods )
{
if (!FromOneModString( *s, sThrowAway ))
{
LOG->Trace( "Attempted to load a non-existing mod %s for the Player. Ignoring.", s );
LOG->Trace( "Attempted to load a non-existing mod %s for the Player. Ignoring.", (*s).c_str() );
}
}
}