mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
Move message to debug to reduce confusion
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user