mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-20 13:36:51 +00:00
change log message in case configuration file is missing
This commit is contained in:
parent
e3ecd4a11c
commit
d9e8f3ff9f
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user