Skip to content

Commit 6d9e9e8

Browse files
committed
Fix incorrect log statement
Logging statement says it's 'imaging' to RAW, when in reality it's a conversion. Change-Id: I80d112062f51a6ccc932aeb71ec05042edb09884
1 parent 6e11807 commit 6d9e9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ironic_python_agent/shell/write_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dd if=/dev/zero of=$DEVICE bs=512 count=10
4444
## Doing two steps allows us to use dd, which allows us to tweak things like
4545
## blocksize and allows use of direct io
4646
# Converts image to raw
47-
log "Imaging $IMAGEFILE to RAW format"
47+
log "Converting $IMAGEFILE to RAW format"
4848
qemu-img convert -O raw $IMAGEFILE /tmp/image.raw
4949

5050
# Write image onto device

0 commit comments

Comments
 (0)