about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-06 20:54:05 +0000
committerEric Wong <normalperson@yhbt.net>2011-12-06 13:09:00 -0800
commitdb55f4b60ccb312881d84eea8c15daf115a7f1bd (patch)
treec7d697cd6174881dd48b6e7b6d12e15aced36d23
parentf5d512fe1b163e132d1698138cff83cb4a59658c (diff)
downloadmogilefs-client-db55f4b60ccb312881d84eea8c15daf115a7f1bd.tar.gz
Checksums are good, yes they are.
-rwxr-xr-xbin/mog1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mog b/bin/mog
index b511414..b4acd18 100755
--- a/bin/mog
+++ b/bin/mog
@@ -188,6 +188,7 @@ begin
         puts "Key: #{key}"
         puts "Size: #{info['length']}"
         puts "Class: #{info['class']}"
+        checksum = info['checksum'] and puts "Checksum: #{checksum}"
         o = { :pathcount => info["devcount"] }
         mg.get_paths(key, o).each_with_index do |path,i|
           puts "URL-#{i}: #{path}"