From 4b09d31db6b5af863cca0117f430a368a637062a Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 9 Aug 2004 05:53:10 +0000 Subject: [PATCH] Too few arguments for format. --- stepmania/src/ProfileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index 7d15178a84..ab89f7dfaa 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -68,7 +68,7 @@ void ProfileManager::GetLocalProfileNames( vector &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) == "/" );