summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/usingpoky.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 3478c0ee43..6d931be217 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -317,10 +317,10 @@
317 <section id='logging-with-python'> 317 <section id='logging-with-python'>
318 <title>Logging With Python</title> 318 <title>Logging With Python</title>
319 <para> 319 <para>
320 When creating recipes using Python and inserting code that handles build logs 320 When creating recipes using Python and inserting code that handles build logs,
321 keep in mind the goal is to have informative logs while keeping the console as 321 keep in mind the goal is to have informative logs while keeping the console as
322 "silent" as possible. 322 "silent" as possible.
323 Also, if you want status messages in the log use the "debug" loglevel. 323 Also, if you want status messages in the log, use the "debug" loglevel.
324 </para> 324 </para>
325 325
326 <para> 326 <para>