mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
typo/ put back a log that i removed
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7522 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -300,11 +300,8 @@ void ExecuteCommand(u32 _Address)
|
||||
pDevice = AccessDeviceByID(DeviceID);
|
||||
CmdSuccess = pDevice->Open(_Address, Mode);
|
||||
|
||||
if(strcmp(pDevice->GetDeviceName().c_str(), "/dev/net/kd/request"))
|
||||
{
|
||||
INFO_LOG(WII_IPC_FILEIO, "IOP: ReOpen (Device=%s, DeviceID=%08x, Mode=%i)",
|
||||
pDevice->GetDeviceName().c_str(), DeviceID, Mode);
|
||||
}
|
||||
INFO_LOG(WII_IPC_FILEIO, "IOP: ReOpen (Device=%s, DeviceID=%08x, Mode=%i)",
|
||||
pDevice->GetDeviceName().c_str(), DeviceID, Mode);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user