Too few arguments for format.

This commit is contained in:
Steve Checkoway
2004-08-09 05:53:10 +00:00
parent 0bf0eb3455
commit 4b09d31db6
+1 -1
View File
@@ -68,7 +68,7 @@ void ProfileManager::GetLocalProfileNames( vector<CString> &asNamesOut ) const
bool ProfileManager::LoadProfile( PlayerNumber pn, CString sProfileDir, bool bIsMemCard )
{
LOG->Trace( "LoadingProfile P%d, %s, %d, %d", pn+1, sProfileDir.c_str(), bIsMemCard );
LOG->Trace( "LoadingProfile P%d, %s, %d", pn+1, sProfileDir.c_str(), bIsMemCard );
ASSERT( !sProfileDir.empty() );
ASSERT( sProfileDir.Right(1) == "/" );