Skip to content

Commit

Permalink
Enhance libspdm_debug_print documentation
Browse files Browse the repository at this point in the history
Fix DMTF#2575.

Signed-off-by: Steven Bellock <[email protected]>
  • Loading branch information
steven-bellock authored and jyao1 committed Feb 26, 2024
1 parent 22a9055 commit 467cd69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/hal/library/debuglib.h
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 All @@ -26,6 +26,7 @@

/**
* Prints a debug message to the debug output device if the specified error level is enabled.
* Both format and the variable argument list conform to C99 printf conventions.
*
* @param error_level The error level of the debug message, either LIBSPDM_DEBUG_INFO or
* LIBSPDM_DEBUG_ERROR.
Expand Down

0 comments on commit 467cd69

Please sign in to comment.