diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/connection.go b/core/connection.go index 605e1ef..8b8c7b1 100644 --- a/core/connection.go +++ b/core/connection.go @@ -260,7 +260,7 @@ func (c *Connection) connectLoop(connChan chan ConnectionEvent) { // loop until connected for { if err := c.vppClient.WaitReady(); err != nil { - log.Warnf("wait ready failed: %v", err) + log.Debugf("wait ready failed: %v", err) } if err := c.connectVPP(); err == nil { // signal connected event |