output VFS type warning even if LOG isn't around yet

This commit is contained in:
Glenn Maynard
2004-06-12 05:38:49 +00:00
parent eb8a382361
commit 2e2426f0d6
+2
View File
@@ -313,6 +313,8 @@ void RageFileManager::Mount( CString Type, CString Root, CString MountPoint )
if( LOG )
LOG->Warn("Can't mount unknown VFS type \"%s\", root \"%s\"", Type.c_str(), Root.c_str() );
else
fprintf( stderr, "Can't mount unknown VFS type \"%s\", root \"%s\"\n", Type.c_str(), Root.c_str() );
return;
}