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

better formatting

This commit is contained in:
Matthias Hannig 2017-07-17 11:53:23 +02:00
parent 4a9a320458
commit cb43338a8a

View file

@ -102,8 +102,10 @@ func PrintServiceInfo(conf *Config, birdConf bird.BirdConfig) {
}
log.Println(" Per Peer Tables:", conf.Parser.PerPeerTables)
log.Println(" - Match:", conf.Parser.PeerProtocolMatch,
"Template:", conf.Parser.PipeProtocolTemplate)
if conf.Parser.PerPeerTables == true {
log.Println(" - Match:", conf.Parser.PeerProtocolMatch)
log.Println(" - Template:", conf.Parser.PipeProtocolTemplate)
}
}
func main() {