Skip to content

Commit 2a45373

Browse files
committed
Fix descriptions
1 parent 18fea52 commit 2a45373

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmake/rsp/logging.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ endif ()
187187

188188
if (NOT COMMAND "info")
189189

190-
#! info : Log an "info" level message - Normal but significant events.
190+
#! info : Log an "info" level message - Informational events.
191191
#
192192
# @see log()
193193
#
@@ -196,7 +196,6 @@ if (NOT COMMAND "info")
196196
# using the LIST_SEPARATOR.
197197
# @param [<mode>] Option - Cmake's message type. Defaults to the `mode` that is
198198
# associated with the specified `level`, defined in RSP_LOG_LEVELS_CMAKE.
199-
# NOTICE, when not specified.
200199
# @param [CONTEXT <variable>...] Optional - Evt. variables to output in a "context" associated with the
201200
# log message.
202201
# @param [OUTPUT <variable>] Optional - If specified, message is assigned to output variable instead
@@ -214,7 +213,7 @@ endif ()
214213

215214
if (NOT COMMAND "debug")
216215

217-
#! debug : Log an "debug" level message - Normal but significant events.
216+
#! debug : Log a "debug" level message - Debugging information or events.
218217
#
219218
# @see log()
220219
#
@@ -223,7 +222,6 @@ if (NOT COMMAND "debug")
223222
# using the LIST_SEPARATOR.
224223
# @param [<mode>] Option - Cmake's message type. Defaults to the `mode` that is
225224
# associated with the specified `level`, defined in RSP_LOG_LEVELS_CMAKE.
226-
# NOTICE, when not specified.
227225
# @param [CONTEXT <variable>...] Optional - Evt. variables to output in a "context" associated with the
228226
# log message.
229227
# @param [OUTPUT <variable>] Optional - If specified, message is assigned to output variable instead

0 commit comments

Comments
 (0)