aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-elog-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsp/fsp-elog-write.c')
-rw-r--r--hw/fsp/fsp-elog-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fsp/fsp-elog-write.c b/hw/fsp/fsp-elog-write.c
index cf915a2..2933b97 100644
--- a/hw/fsp/fsp-elog-write.c
+++ b/hw/fsp/fsp-elog-write.c
@@ -97,7 +97,7 @@ static void opal_fsp_write_complete(struct fsp_msg *read_msg)
default:
if (elog_write_retries++ >= MAX_RETRIES) {
remove_elog_head_entry();
- prerror("ELOG: Error in writing to FSP!\n");
+ prerror("ELOG: Error in writing to FSP (0x%x)!\n", val);
}
break;
}