diff --git a/internal/core/core.go b/internal/core/core.go index 39007825..6042ff59 100644 --- a/internal/core/core.go +++ b/internal/core/core.go @@ -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") } }