thin_metadata_size: missed estimated_result() return

This commit is contained in:
Heinz Mauelshagen 2013-06-24 13:21:14 +02:00
parent b20caae5cc
commit 6ff5e418eb

View File

@ -104,6 +104,7 @@ def estimated_result(opts, units)
r = "%.2e" % r
end
r = "#{$prg} - estimated metadata area size is #{r} #{units[:strings][idx]}." if !opts[:numeric]
r
end