aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/volume.go')
-rw-r--r--weed/command/volume.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go
index 341111ecd..936998d82 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -128,6 +128,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v
if *v.ip == "" {
*v.ip = util.DetectedHostAddress()
+ glog.V(0).Infof("detected volume server ip address: %v", *v.ip)
}
if *v.publicPort == 0 {