Commit 4e380c7d authored by Enrico Zini's avatar Enrico Zini
Browse files

And another me being silly

parent cbeeec56
......@@ -100,7 +100,7 @@ def check_status_progress_match(**kw):
except IndexError:
continue
if p.status != last_proc.applying_for:
log.warning("%d has status %s but the last completed process was applying for %s",
log.warning("%s has status %s but the last completed process was applying for %s",
p.uid, p.status, last_proc.applying_for)
class Command(BaseCommand):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment