From 72bbb9678381686acf14b0177dbf442a6761f41b Mon Sep 17 00:00:00 2001 From: Jeff Bean Date: Sat, 23 Jun 2018 18:33:40 -0700 Subject: potential - Found a bug in the python tests --- zebra/zapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zapi.go') diff --git a/zebra/zapi.go b/zebra/zapi.go index 3b303082..667cfcd9 100644 --- a/zebra/zapi.go +++ b/zebra/zapi.go @@ -546,7 +546,7 @@ func NewClient(network, address string, typ ROUTE_TYPE, version uint8) (*Client, if err != nil { log.WithFields(log.Fields{ "Topic": "Zebra", - }).Warnf("failed to serialize: %s", m) + }).Warnf("failed to serialize: %v", m) continue } -- cgit v1.2.3