Comment 10 for bug 1348244

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/110772
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=661441359d59cd255042a844cb4921dfc95a34d3
Submitter: Jenkins
Branch: master

commit 661441359d59cd255042a844cb4921dfc95a34d3
Author: James Carey <email address hidden>
Date: Wed Jul 30 20:05:50 2014 +0000

    Correct coercion of logged message to unicode

    Changed to check if logged message is an instance of six.text_type
    and coerce it to unicode if it isn't.

    Change-Id: I26b0d3490f731f6fdb9a429aa9ef59360ddc88ba
    Closes-bug: #1348244