mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Should be an info, not warn
This commit is contained in:
parent
c8938da42d
commit
4e0d6a4306
@ -124,7 +124,7 @@ func New(ds model.DataStore, broker events.Broker, mediastreamer core.MediaStrea
|
||||
|
||||
// Run starts the DLNA server (both SSDP and HTTP) with the given address
|
||||
func (s *DLNAServer) Run(ctx context.Context, addr string, port int) (err error) {
|
||||
log.Warn("Starting DLNA Server")
|
||||
log.Info("Starting DLNA Server")
|
||||
|
||||
s.ctx = ctx
|
||||
if s.ssdp.HTTPConn == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user