aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/topology.go')
-rw-r--r--go/topology/topology.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/go/topology/topology.go b/go/topology/topology.go
index b64ff420a..d96847ed2 100644
--- a/go/topology/topology.go
+++ b/go/topology/topology.go
@@ -82,9 +82,8 @@ func (t *Topology) loadConfiguration(configurationFile string) error {
if e == nil {
t.configuration, e = NewConfiguration(b)
return e
- } else {
- glog.V(0).Infoln("Using default configurations.")
}
+ glog.V(0).Infoln("Using default configurations.")
return nil
}