Browse Source

change log message in case configuration file is missing

pull/745/head
aler9 5 years ago
parent
commit
d9e8f3ff9f
  1. 2
      internal/core/core.go

2
internal/core/core.go

@ -198,7 +198,7 @@ func (p *Core) createResources(initial bool) error {
if initial { if initial {
p.Log(logger.Info, "rtsp-simple-server %s", version) p.Log(logger.Info, "rtsp-simple-server %s", version)
if !p.confFound { 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")
} }
} }

Loading…
Cancel
Save