summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 7a74d9e55d..c4b12c0a7e 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9358,7 +9358,7 @@ log to ``${T}/log.do_``\ `task`, and can also log to standard output
9358 9358
9359- ``bb.debug(level, msg)``: Writes "DEBUG: msg" to the 9359- ``bb.debug(level, msg)``: Writes "DEBUG: msg" to the
9360 log. Also logs to stdout if the log level is greater than or equal to 9360 log. Also logs to stdout if the log level is greater than or equal to
9361 level. See the ":ref:`-D <bitbake:bitbake-user-manual/bitbake-user-manual-intro:usage and syntax>`" option 9361 level. See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-intro:usage and syntax`" option
9362 in the BitBake User Manual for more information. 9362 in the BitBake User Manual for more information.
9363 9363
9364- ``bb.warn(msg)``: Writes "WARNING: msg" to the log while also 9364- ``bb.warn(msg)``: Writes "WARNING: msg" to the log while also