diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index e0517aaa53..64a14dda7e 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -510,7 +510,7 @@ void RageFileManager::Remount( CString sMountpoint, CString sPath ) } if( !pDriver->Remount(sPath) ) - LOG->Warn( "Remount(%s,%s): remount failed (does the driver support remounting?)" ); + LOG->Warn( "Remount(%s,%s): remount failed (does the driver support remounting?)", sMountpoint.c_str(), sPath.c_str() ); else pDriver->FlushDirCache( "" );