diff options
Diffstat (limited to 'weed/command/volume_test.go')
| -rw-r--r-- | weed/command/volume_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/volume_test.go b/weed/command/volume_test.go index 801041a88..7693620a1 100644 --- a/weed/command/volume_test.go +++ b/weed/command/volume_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/seaweedfs/seaweedfs/weed/glog" + "github.com/seaweedfs/seaweedfs/weed/util/log" ) func TestXYZ(t *testing.T) { - glog.V(0).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat)) + log.V(3).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat)) } |
