Skip to content

Commit fd57d5b

Browse files
committed
Fixing incorrect logging message.
1 parent b99df02 commit fd57d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/iedriver/InputManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ HHOOK InputManager::InstallWindowsHook(std::string hook_procedure_name, int hook
209209
instance_handle,
210210
0);
211211
if (hook_handle == NULL) {
212-
LOGERR(WARN) << "Unable to set windows hook to catch WM_GETMINMAXINFO";
212+
LOGERR(WARN) << "Unable to set windows hook to catch processing of input events.";
213213
}
214214
return hook_handle;
215215
}

0 commit comments

Comments
 (0)