From 084a9f2250c3ff6b629a670361b23aa5f1a4bc90 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 21 Nov 2008 15:35:30 +0000 Subject: [PATCH] Small burnin info message change This looks beter than '0 disk'. Reviewed-by: ultrotter --- tools/burnin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/burnin b/tools/burnin index c856ef884..6c9a9fb75 100755 --- a/tools/burnin +++ b/tools/burnin @@ -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): -- GitLab