From d8d6c0122e2bb4202c6136d15f82abe113bf0588 Mon Sep 17 00:00:00 2001 From: Pringo Date: Tue, 1 Dec 2015 19:57:10 -0800 Subject: [PATCH] Update Error Log to Remove Old Issue Tracker URL --- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_hid.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_hid.cpp b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_hid.cpp index a2957adeae..ee0201383a 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_hid.cpp +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_hid.cpp @@ -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; }