1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Fixed a small messup when printing logs

This commit is contained in:
Milos Gajdos
2019-10-23 20:01:45 +01:00
parent 71122836b8
commit 4f1dd3f965

View File

@@ -700,7 +700,7 @@ func (n *network) getRouteMetric(router string, gateway string, link string) int
defer n.RUnlock()
if link == "local" && gateway == "" {
log.Debugf("Network link: %s, gateway: blank", link, gateway)
log.Debugf("Network link: %s, gateway: blank", link)
return 1
}