diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-08-08 23:57:22 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-08-08 23:57:22 -0700 |
| commit | ed154053c833f9bcce9094e535e2adc0a0397e46 (patch) | |
| tree | 40dc16b76a12929bc8ac7af0549ccf65316e9011 /go/weed/volume_test.go | |
| parent | b27947b3550dfdf091010bd2607b8c36a5dca049 (diff) | |
| download | seaweedfs-ed154053c833f9bcce9094e535e2adc0a0397e46.tar.xz seaweedfs-ed154053c833f9bcce9094e535e2adc0a0397e46.zip | |
switching to temporarily use glog library
Diffstat (limited to 'go/weed/volume_test.go')
| -rw-r--r-- | go/weed/volume_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/volume_test.go b/go/weed/volume_test.go index 09340910b..601d8aaf5 100644 --- a/go/weed/volume_test.go +++ b/go/weed/volume_test.go @@ -7,5 +7,5 @@ import ( ) func TestXYZ(t *testing.T) { - println("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat)) + glog.V(4).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat)) } |
