Comment 6 for bug 1504053

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/232519
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2758739847e30e18675ad945a1a3ad04c4603e3f
Submitter: Jenkins
Branch: master

commit 2758739847e30e18675ad945a1a3ad04c4603e3f
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Oct 8 14:56:30 2015 +0200

    Cleaned up remaining incorrect usage for LOG.exception

    - callers should not explicitly pass exceptions into LOG.exception
      because it's already implicitly included in the message by stdlib
      logging module.
    - callers should not call to LOG.exception when there is no exception to
      log about (known to fail in Python 3.x < 3.5).

    Change-Id: I58e7e01ed152028ad43bb3ada87d719caa2ab08d
    Related-Bug: #1504053