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:
parent
4a9a320458
commit
cb43338a8a
1 changed files with 4 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue