+2013-01-13 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/grub-mkimage.c (generate_image): Fix "size of public key"
+ info message.
+
2013-01-13 Colin Watson <cjwatson@ubuntu.com>
Remove nested functions from PCI iterators.
{
size_t curs;
curs = ALIGN_ADDR (grub_util_get_image_size (pubkey_paths[i]));
- grub_util_info ("the size of public key is 0x%llx",
- (unsigned long long) pubkey_paths[i]);
+ grub_util_info ("the size of public key %zd is 0x%llx",
+ i, (unsigned long long) curs);
total_module_size += curs + sizeof (struct grub_module_header);
}
}