Small burnin info message change
authorIustin Pop <iustin@google.com>
Fri, 21 Nov 2008 15:35:30 +0000 (15:35 +0000)
committerIustin Pop <iustin@google.com>
Fri, 21 Nov 2008 15:35:30 +0000 (15:35 +0000)
This looks beter than '0 disk'.

Reviewed-by: ultrotter

tools/burnin

index c856ef8..6c9a9fb 100755 (executable)
@@ -298,7 +298,7 @@ class Burner(object):
         if growth > 0:
           op = opcodes.OpGrowDisk(instance_name=instance, disk=idx,
                                   amount=growth, wait_for_sync=True)
-          Log("- Increase %s's %s disk by %s MB" % (instance, idx, growth))
+          Log("- Increase %s's disk/%s by %s MB" % (instance, idx, growth))
           self.ExecOp(op)
 
   def ReplaceDisks1D8(self):