diff options
author | Jeff Bean <bean@uber.com> | 2018-06-23 18:33:40 -0700 |
---|---|---|
committer | Jeff Bean <bean@uber.com> | 2018-06-23 18:38:23 -0700 |
commit | 72bbb9678381686acf14b0177dbf442a6761f41b (patch) | |
tree | e8f48b5097c6cedc392d0c24641c1058acf69bcb /zebra/zapi.go | |
parent | bc4854ce505e2f3fe434a1ce30526f77c4d1fef4 (diff) |
potential - Found a bug in the python tests
Diffstat (limited to 'zebra/zapi.go')
-rw-r--r-- | zebra/zapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |