Skip to content

Commit

Permalink
Fix debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxing Hou <[email protected]>
  • Loading branch information
Wenxing-hou committed Feb 4, 2024
1 parent eded450 commit f2086d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/spdm_requester_lib/libspdm_req_key_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static libspdm_return_t libspdm_try_key_update(libspdm_context_t *spdm_context,
if (!single_direction) {
LIBSPDM_DEBUG((LIBSPDM_DEBUG_INFO,
"libspdm_activate_update_session_data_key[%x] Responder new\n",
session_id, LIBSPDM_KEY_UPDATE_ACTION_RESPONDER));
session_id));
result = libspdm_activate_update_session_data_key(
session_info->secured_message_context,
LIBSPDM_KEY_UPDATE_ACTION_RESPONDER, true);
Expand Down

0 comments on commit f2086d9

Please sign in to comment.