bitbake: serv.py: Fix regression from 972bc43e6d5b
authorJason Wessel <jason.wessel@windriver.com>
Wed, 28 Aug 2013 02:20:55 +0000 (21:20 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2013 08:29:46 +0000 (09:29 +0100)
commitd4e51be2d45d0b5dfdd7c255cd921799935723c5
treeb23d7edc3bdd7c98c9ac2fb7ec26131d4c02df06
parenta22f3e03c1649fa397591e9a80be490ac94cb726
bitbake: serv.py: Fix regression from 972bc43e6d5b

commit 972bc43e6d5b1207b944b3baa8f9805adb35dda7 (serv.py: Fix hang
when spawned dynamically with bitbake) introduced a regression,
because the wrong patch was submitted.  The syntax was incorrect in
the original patch.  The logger iterator must be used with a call to
getLogger().

[YOCTO #5059]

(Bitbake rev: 85fed8acc3af3e15bf119db2f51c486a9de3646b)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/prserv/serv.py