This commit is contained in:
Glenn Maynard
2004-04-25 04:41:21 +00:00
parent f2413b4170
commit 19494e41f2
@@ -70,7 +70,7 @@ void MemoryCardDriverThreaded_Windows::MountThreadMain()
{
CString sDrive = ssprintf( "%c:\\", 'a'+i%26 );
LOG->Warn( "Found drive %s", sDrive.c_str() );
LOG->Trace( "Found drive %s", sDrive.c_str() );
if( GetDriveType(sDrive) == DRIVE_REMOVABLE ) // is a removable drive
{