Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2013-11-16 16:01:30 +0400
committerMikkel Krautz <mikkel@krautz.dk>2013-11-16 16:01:30 +0400
commit087e38a258d9ffdf28c1c044e21b7ba71f213674 (patch)
tree03f74560543263a3ca5b726e93ff237dfb8eabe7 /overlay
parent7f976ed1a715c669c275dbe110b13b85e1c1d3b8 (diff)
overlay: fix blacklist debug ods call.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/lib.cpp b/overlay/lib.cpp
index b43d0ea36..020d838e1 100644
--- a/overlay/lib.cpp
+++ b/overlay/lib.cpp
@@ -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;
}
}