Update Error Log to Remove Old Issue Tracker URL

This commit is contained in:
Pringo 2015-12-01 19:57:10 -08:00
parent 52204c7296
commit d8d6c0122e
1 changed files with 1 additions and 2 deletions

View File

@ -470,8 +470,7 @@ void CWII_IPC_HLE_Device_hid::FillOutDevices(u32 BufferOut, u32 BufferOutSize)
if (devNum < 0 )
{
// too many devices to handle.
ERROR_LOG(WII_IPC_HID, "Exhausted device list, you have way too many usb devices plugged in."
"Or it might be our fault. Let us know at https://code.google.com/p/dolphin-emu/issues/entry?template=Defect%%20report");
ERROR_LOG(WII_IPC_HID, "Exhausted device list, there are way too many usb devices plugged in.");
OffsetBuffer = OffsetStart;
continue;
}