Skip to content

Commit

Permalink
Fix log for MH_Initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard de Ruijter committed Apr 5, 2018
1 parent 5be1a70 commit b1dddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvdaHelper/remote/apiHook.cpp
Expand Up @@ -78,7 +78,7 @@ defMHFP(MH_DisableHook);
return false;
}
if ((res=MH_Initialize_fp())!=MH_OK) {
LOG_ERROR("MH_CreateHook failed with " << res);
LOG_ERROR("MH_Initialize failed with " << res);
FreeLibrary(minhookLibHandle);
minhookLibHandle=NULL;
return false;
Expand Down

0 comments on commit b1dddf9

Please sign in to comment.