From 6d9e9e8ba739bfda944a0a004d4c3f78d9eea21f Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Thu, 12 Jun 2014 09:21:05 -0700 Subject: Fix incorrect log statement Logging statement says it's 'imaging' to RAW, when in reality it's a conversion. Change-Id: I80d112062f51a6ccc932aeb71ec05042edb09884 --- ironic_python_agent/shell/write_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ironic_python_agent/shell') diff --git a/ironic_python_agent/shell/write_image.sh b/ironic_python_agent/shell/write_image.sh index 00a85402..63a6eb70 100755 --- a/ironic_python_agent/shell/write_image.sh +++ b/ironic_python_agent/shell/write_image.sh @@ -44,7 +44,7 @@ dd if=/dev/zero of=$DEVICE bs=512 count=10 ## Doing two steps allows us to use dd, which allows us to tweak things like ## blocksize and allows use of direct io # Converts image to raw -log "Imaging $IMAGEFILE to RAW format" +log "Converting $IMAGEFILE to RAW format" qemu-img convert -O raw $IMAGEFILE /tmp/image.raw # Write image onto device -- cgit v1.2.1