Log message typo

This commit is contained in:
tosiara
2017-07-17 12:32:57 +03:00
parent 034b128b7e
commit ca38cc74e7

2
conf.c
View File

@@ -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");
}