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 authored and steven-bellock committed Feb 5, 2024
1 parent eded450 commit f6558cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/spdm_requester_lib/libspdm_req_key_update.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright Notice:
* Copyright 2021-2022 DMTF. All rights reserved.
* Copyright 2021-2024 DMTF. All rights reserved.
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
**/

Expand Down 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 f6558cc

Please sign in to comment.