diff --git a/go/topology/topology.go b/go/topology/topology.go index 6f18a73ee..c9b6096de 100644 --- a/go/topology/topology.go +++ b/go/topology/topology.go @@ -54,6 +54,8 @@ func (t *Topology) loadConfiguration(configurationFile string) error { if e == nil { t.configuration, e = NewConfiguration(b) return e + }else{ + log.Println("Using default configurations.") } return nil }