From ca38cc74e7546cd20b4db2219ffa1df427da07d5 Mon Sep 17 00:00:00 2001 From: tosiara Date: Mon, 17 Jul 2017 12:32:57 +0300 Subject: [PATCH] Log message typo --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }