1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

added per peer table status to log

This commit is contained in:
Matthias Hannig 2017-05-29 09:55:37 +02:00
parent 36b9bb03d2
commit d4f9ae703d

View file

@ -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() {