about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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}"