I like having a plus here.

This commit is contained in:
Andrew Godwin 2016-03-02 10:46:22 -08:00
parent 447c2e77cc
commit 1869061fa2

View File

@ -97,7 +97,7 @@ def enforce_ordering(func=None, slight=False):
# Bad ordering - warn if we're getting close to the limit
if getattr(message, "__doomed__", False):
warnings.warn(
"Enforce ordering consumer reached retry limit, message "
"Enforce ordering consumer reached retry limit, message " +
"being dropped. Did you decorate all protocol consumers correctly?"
)
raise ConsumeLater()