mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
Move message to debug to reduce confusion
This commit is contained in:
parent
f346b6cc5d
commit
fa6038eb38
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (pm *ProxyManager) AddTarget(proto, listenIP string, port int, targetAddr s
|
|||
if pm.running {
|
||||
return pm.startTarget(proto, listenIP, port, targetAddr)
|
||||
} else {
|
||||
logger.Info("Not adding target because not running")
|
||||
logger.Debug("Not adding target because not running")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue