change log message in case configuration file is missing

This commit is contained in:
aler9 2021-12-21 12:29:50 +01:00
parent e3ecd4a11c
commit d9e8f3ff9f

View File

@ -198,7 +198,7 @@ func (p *Core) createResources(initial bool) error {
if initial {
p.Log(logger.Info, "rtsp-simple-server %s", version)
if !p.confFound {
p.Log(logger.Warn, "configuration file not found, using the default one")
p.Log(logger.Warn, "configuration file not found, using an empty configuration")
}
}