diff --git a/futility/cmd_vbutil_kernel.c b/futility/cmd_vbutil_kernel.c index 01c511f623..cdd4492313 100644 --- a/futility/cmd_vbutil_kernel.c +++ b/futility/cmd_vbutil_kernel.c @@ -197,7 +197,7 @@ static uint8_t *ReadOldKPartFromFileOrDie(const char *filename, } Debug("%s size is 0x%x\n", filename, file_size); if (file_size < opt_pad) - Fatal("%s is too small to be a valid kernel blob\n"); + Fatal("%s is too small to be a valid kernel blob\n", filename); Debug("Reading %s\n", filename); fp = fopen(filename, "rb");