diff options
-rw-r--r-- | cmd/efidebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/efidebug.c b/cmd/efidebug.c index df928ce71dc..84e6ff55650 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -77,7 +77,7 @@ static int do_efi_capsule_update(struct cmd_tbl *cmdtp, int flag, ret = EFI_CALL(RT->update_capsule(&capsule, 1, 0)); if (ret) { - printf("Cannot handle a capsule at %p", capsule); + printf("Cannot handle a capsule at %p\n", capsule); return CMD_RET_FAILURE; } |