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/storage/compact_map_test.go | |
| parent | b27947b3550dfdf091010bd2607b8c36a5dca049 (diff) | |
| download | seaweedfs-ed154053c833f9bcce9094e535e2adc0a0397e46.tar.xz seaweedfs-ed154053c833f9bcce9094e535e2adc0a0397e46.zip | |
switching to temporarily use glog library
Diffstat (limited to 'go/storage/compact_map_test.go')
| -rw-r--r-- | go/storage/compact_map_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/compact_map_test.go b/go/storage/compact_map_test.go index e76e9578d..2f8d17635 100644 --- a/go/storage/compact_map_test.go +++ b/go/storage/compact_map_test.go @@ -20,7 +20,7 @@ func TestXYZ(t *testing.T) { // for i := uint32(0); i < 100; i++ { // if v := m.Get(Key(i)); v != nil { - // println(i, "=", v.Key, v.Offset, v.Size) + // glog.V(4).Infoln(i, "=", v.Key, v.Offset, v.Size) // } // } |
