summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keys.cc b/src/keys.cc
index b6c3efd4..3dea1d98 100644
--- a/src/keys.cc
+++ b/src/keys.cc
@@ -250,7 +250,7 @@ void Keys::parseKey(char *key, char *commandName)
// Get command code
if ((st = getCmdCode(commandName)) == -1) {
- MSG("Invalid command name: '%s'\n", commandName);
+ MSG("Keys::parseKey: Invalid command name: '%s'\n", commandName);
return;
} else
symcode = st;