Skip to content

Commit

Permalink
Add missing code.
Browse files Browse the repository at this point in the history
Signed-off-by: Chiming <chimingz@amd.com>
  • Loading branch information
Chiming committed Feb 3, 2025
1 parent 049d7b4 commit 993d6b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime_src/core/common/api/xrt_error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ class error_impl
("%s\n"
"Timestamp: %s")
% error_code_to_string(m_errcode)
% error_time_to_string(m_timestamp);
% error_time_to_string(m_timestamp)
% m_ex_error_str;

return fmt.str();
}
Expand Down

0 comments on commit 993d6b3

Please sign in to comment.