From d4f9ae703d7b587e8612e8cf81b1449f671211a8 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 29 May 2017 09:55:37 +0200 Subject: [PATCH] added per peer table status to log --- birdwatcher.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdwatcher.go b/birdwatcher.go index bdeee8c..4060bfd 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -97,6 +97,8 @@ func PrintServiceInfo(conf *Config, birdConf bird.BirdConfig) { for _, m := range conf.Server.ModulesEnabled { log.Println(" -", m) } + + log.Println(" Per Peer Tables:", conf.Parser.PerPeerTables) } func main() {