diff --git a/boot/image-fit-sig.c b/boot/image-fit-sig.c index e7a768b9add..433df20281f 100644 --- a/boot/image-fit-sig.c +++ b/boot/image-fit-sig.c @@ -593,9 +593,8 @@ static int fit_config_verify_key(const void *fit, int conf_noffset, return 0; error: - printf(" error!\n%s for '%s' hash node in '%s' config node\n", - err_msg, fit_get_name(fit, noffset, NULL), - fit_get_name(fit, conf_noffset, NULL)); + printf(" error!\n%s for '%s' config node\n", + err_msg, fit_get_name(fit, conf_noffset, NULL)); return -EPERM; }