From: Ari Johnson Date: Tue, 20 Feb 2007 15:38:34 +0000 (+0000) Subject: Fixed a log message for lock_command X-Git-Tag: 0.73~201 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=f37491387e4ecf3c5491e243ca45024ea7d9fe56;p=cobramush.git Fixed a log message for lock_command --- diff --git a/src/conf.c b/src/conf.c index fe9e2bc..9fb25a7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -855,7 +855,7 @@ config_set(const char *opt, char *val, int source, int restrictions) } } else { if(source == 0) - do_rawlog(LT_ERR, T("CONFIG: command_lock %s requires a lock boolexp.\n"), val); + do_rawlog(LT_ERR, T("CONFIG: lock_command %s requires a lock boolexp.\n"), val); return 0; } return 1;