diff options
Diffstat (limited to 'ui/base/win/foreground_helper.cc')
| -rw-r--r-- | ui/base/win/foreground_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/win/foreground_helper.cc b/ui/base/win/foreground_helper.cc index 7283012..b4f53b6 100644 --- a/ui/base/win/foreground_helper.cc +++ b/ui/base/win/foreground_helper.cc @@ -43,7 +43,7 @@ HRESULT ForegroundHelper::ForegroundHotKey(HWND window) { hotkey.type = INPUT_KEYBOARD; hotkey.ki.wVk = VK_F22; if (1 != SendInput(1, &hotkey, sizeof(hotkey))) { - LOG(WARNING) << "Failed to send input; GetLastError(): " << GetLastError(); + LOG(WARNING) << "Failed to send input"; return E_FAIL; } |
