updated message

This commit is contained in:
Nikos Mavrogiannopoulos
2015-05-02 10:53:32 +02:00
parent 5d522a73fe
commit 0b0ab73a2e

View File

@@ -1263,7 +1263,7 @@ fork_failed:
ret = handle_sec_mod_commands(s);
if (ret < 0) { /* bad commands from sec-mod are unacceptable */
mslog(s, NULL, LOG_ERR,
"error command from sec-mod");
"error in command from sec-mod");
terminate = 1;
continue;
}