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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b81f51bf83..71e5d6ef57 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9453,8 +9453,8 @@ log to ``${T}/log.do_``\ `task`, and can also log to standard output
9453 9453
9454 Calling this function does not cause the task to fail. 9454 Calling this function does not cause the task to fail.
9455 9455
9456- ``bb.fatal(``\ msg\ ``)``: This logging function is similar to 9456- ``bb.fatal(msg)``: This logging function is similar to
9457 ``bb.error(``\ msg\ ``)`` but also causes the calling task to fail. 9457 ``bb.error(msg)`` but also causes the calling task to fail.
9458 9458
9459 .. note:: 9459 .. note::
9460 9460