diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/serve.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/serve.go b/config/serve.go index d1f88788..896d154b 100644 --- a/config/serve.go +++ b/config/serve.go @@ -34,6 +34,9 @@ func ReadConfigfileServe(path string, configCh chan BgpConfigSet, reloadCh chan continue } } + if cnt == 0 { + log.Info("finished reading the config file") + } cnt++ bgpConfig := BgpConfigSet{Bgp: b, Policy: p} configCh <- bgpConfig |