diff --git a/conf.c b/conf.c index 0b64593c..ab17dbe3 100644 --- a/conf.c +++ b/conf.c @@ -2006,7 +2006,7 @@ struct context **conf_load(struct context **cnt) cnt = conf_process(cnt, fp); myfclose(fp); } else { - MOTION_LOG(CRT, TYPE_ALL, NO_ERRNO, "%s: Not config file to process using default values"); + MOTION_LOG(CRT, TYPE_ALL, NO_ERRNO, "%s: No config file to process, using default values"); }