Navigation Menu

Skip to content

Commit

Permalink
overlay: fix blacklist debug ods call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Nov 16, 2013
1 parent 7f976ed commit 087e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/lib.cpp
Expand Up @@ -519,7 +519,7 @@ void dllmainProcAttach(char* procname) {
bMumble = TRUE;
} else {
if (dllmainProcAttachCheckProcessIsBlacklisted(procname, p)) {
ods("Lib: Process %s is blacklisted - no overlay injection.");
ods("Lib: Process %s is blacklisted - no overlay injection.", procname);
return;
}
}
Expand Down

0 comments on commit 087e38a

Please sign in to comment.