From d06548e4f4492c181f04a5fc9bf994764278e68b Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Mon, 9 Sep 2019 06:16:18 +0200 Subject: Use new default binapi socket with fallback to legacy Change-Id: I1a6839e3bbb8d599fcbdbc2b1aff7c81f7d263c9 Signed-off-by: Ondrej Fabry --- core/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit 1.2.3-korg