Comment 2 for bug 1543563

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

Reviewed: https://review.openstack.org/277812
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=1685f5853aa9b6a3959df9773acc952db814a15c
Submitter: Jenkins
Branch: master

commit 1685f5853aa9b6a3959df9773acc952db814a15c
Author: wanghao <email address hidden>
Date: Tue Feb 9 20:47:12 2016 +0800

    Fix improperly LOG using in Zaqar

    In zaqar, there are some improperly log using in code tree. Like in some
    place, should use LOG.exception not LOG.error, repeat log calling, etc.

    Those could be optimized for better code.

    Change-Id: I99b830c4db4f2b9449cad713f37474f5ecbce05e
    Closes-Bug: #1543563