]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Minor fixes in "Logging With Python" section.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 26 Mar 2013 17:54:19 +0000 (10:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:50 +0000 (14:12 +0100)
(From yocto-docs rev: 6dac8debd55756b907112f8470e5ea9adececeed)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/usingpoky.xml

index 3478c0ee43ee09c175502c62810a9cd333d7baed..6d931be2170701ff6bf690434596a9abc21dc3c4 100644 (file)
         <section id='logging-with-python'>
             <title>Logging With Python</title>
             <para>
-                When creating recipes using Python and inserting code that handles build logs
+                When creating recipes using Python and inserting code that handles build logs,
                 keep in mind the goal is to have informative logs while keeping the console as
                 "silent" as possible.
-                Also, if you want status messages in the log use the "debug" loglevel.
+                Also, if you want status messages in the log, use the "debug" loglevel.
             </para>
 
             <para>