1
0
Fork 0
mirror of https://github.com/fosrl/newt.git synced 2025-05-19 00:17:49 +01:00

Move message to debug to reduce confusion

This commit is contained in:
Owen 2025-02-06 20:21:04 -05:00
parent f346b6cc5d
commit fa6038eb38
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -64,7 +64,7 @@ func (pm *ProxyManager) AddTarget(proto, listenIP string, port int, targetAddr s
if pm.running { if pm.running {
return pm.startTarget(proto, listenIP, port, targetAddr) return pm.startTarget(proto, listenIP, port, targetAddr)
} else { } else {
logger.Info("Not adding target because not running") logger.Debug("Not adding target because not running")
} }
return nil return nil
} }