Should be an info, not warn

This commit is contained in:
Rob Emery 2025-07-13 17:32:54 +01:00
parent c8938da42d
commit 4e0d6a4306

View File

@ -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 {