mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-18 21:17:04 -04:00
Log message typo
This commit is contained in:
2
conf.c
2
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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user