[sru] notify_kombu incorrect message format for logging
Bug #983829 reported by
Edward
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Low
|
Brian Waldon | ||
Essex |
Fix Released
|
Undecided
|
Unassigned | ||
glance (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Chuck Short |
Bug Description
glance/
..
logger.
glance.po line 742
msgid "Notification with priority %(priority)s failed; msg=%s"
This message formt is not correct for Pybabel to compile, it will report error like this:
error: locale/
Related branches
lp://staging/~openstack-ubuntu-testing/glance/precise-essex-proposed
- Ubuntu Server Developers: Pending requested
-
Diff: 31 lines (+10/-3)2 files modifieddebian/changelog (+6/-0)
debian/glance-common.postinst (+4/-3)
Changed in glance: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Brian Waldon (bcwaldon) |
Changed in glance: | |
status: | Fix Committed → Fix Released |
Changed in glance (Ubuntu): | |
status: | New → In Progress |
Changed in glance (Ubuntu Precise): | |
status: | New → In Progress |
summary: |
- notify_kombu incorrect message format for logging + [sru] notify_kombu incorrect message format for logging |
Changed in glance (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
assignee: | nobody → Chuck Short (zulcss) |
tags: |
added: verification-done removed: verification-needed |
Changed in glance (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in glance: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Good catch, that log line actually raises a TypeError.