diff options
Diffstat (limited to 'src/usr/util/runtime/rt_fwnotify.C')
-rw-r--r-- | src/usr/util/runtime/rt_fwnotify.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/util/runtime/rt_fwnotify.C b/src/usr/util/runtime/rt_fwnotify.C index 6f9a02cbc..5515563b6 100644 --- a/src/usr/util/runtime/rt_fwnotify.C +++ b/src/usr/util/runtime/rt_fwnotify.C @@ -182,11 +182,13 @@ void sbeAttemptRecovery(uint64_t i_data) // Set msgType based on recovery success or failure (If sbe made it back to runtime) if (l_SBEobj.isSbeAtRuntime()) { + TRACFCOMP(g_trac_runtime, "sbeAttemptRecovery: RECOVERY_SUCCESS"); l_req_fw_msg.generic_msg.msgType = GenericFspMboxMessage_t::MSG_SBE_RECOVERY_SUCCESS; } else { + TRACFCOMP(g_trac_runtime, "sbeAttemptRecovery: RECOVERY_FAILED"); l_req_fw_msg.generic_msg.msgType = GenericFspMboxMessage_t::MSG_SBE_RECOVERY_FAILED; } |