fix potential crash

This commit is contained in:
Glenn Maynard
2005-03-02 07:05:17 +00:00
parent e17f7e060d
commit 2d70433068
+1 -1
View File
@@ -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( "" );