aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go/topology/topology.go2
1 files changed, 2 insertions, 0 deletions
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
}