LOG.warning should use _LW instead of _LI

Bug #1477535 reported by Furuta Tomonori
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Low
Ankit Agrawal

Bug Description

in cinder/volume/drivers/netapp/eseries/library.py

- LOG.warning(_LI("Volume %s already deleted."), volume['id'])
+ LOG.warning(_LW("Volume %s already deleted."), volume['id'])

Changed in cinder:
assignee: nobody → Furuta Tomonori (furuta-tomonori)
Changed in cinder:
status: New → In Progress
Eric Harney (eharney)
Changed in cinder:
importance: Undecided → Wishlist
importance: Wishlist → Low
Changed in cinder:
assignee: Furuta Tomonori (furuta-tomonori) → Ankit Agrawal (ankitagrawal)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/205046
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e9492255d5daaedc9ed30e94ca80083360296744
Submitter: Jenkins
Branch: master

commit e9492255d5daaedc9ed30e94ca80083360296744
Author: Furuta Tomonori <email address hidden>
Date: Thu Jul 23 17:33:28 2015 +0900

    Fix _LI() to _LW() in LOG.warning message

    Closes-Bug: #1477535
    Change-Id: If33cc839d6d3ac5b479cfeaabc50405c9274f7cb

Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → liberty-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
milestone: liberty-3 → 7.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.