| Submitter | Kevin Wolf |
|---|---|
| Date | Jan. 25, 2013, 6:45 p.m. |
| Message ID | <1359139560-15387-16-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/215855/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block/vdi.c b/block/vdi.c index 021abaa..0e1ed61 100644 --- a/block/vdi.c +++ b/block/vdi.c @@ -246,7 +246,7 @@ static void vdi_header_print(VdiHeader *header) { char uuid[37]; logout("text %s", header->text); - logout("signature 0x%04x\n", header->signature); + logout("signature 0x%08x\n", header->signature); logout("header size 0x%04x\n", header->header_size); logout("image type 0x%04x\n", header->image_type); logout("image flags 0x%04x\n", header->image_flags);