aboutsummaryrefslogtreecommitdiff
path: root/go/weed/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/volume.go')
-rw-r--r--go/weed/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/volume.go b/go/weed/volume.go
index 3c6cf05a5..a43a396b2 100644
--- a/go/weed/volume.go
+++ b/go/weed/volume.go
@@ -53,7 +53,7 @@ func runVolume(cmd *Command, args []string) bool {
if max, e := strconv.Atoi(maxString); e == nil {
maxCounts = append(maxCounts, max)
} else {
- glog.Fatalf("The max specified in -max not a valid number %s", max)
+ glog.Fatalf("The max specified in -max not a valid number %s", maxString)
}
}
if len(folders) != len(maxCounts) {