Skip to content
Snippets Groups Projects
Commit 9e15e368 authored by John Chilton's avatar John Chilton
Browse files

Fix status message.

parent 1f46ff14
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class StatefulManagerProxy(ManagerProxy):
self.__monitor = ManagerMonitor(self)
def _default_status_change_callback(self, status, job_id):
log.info("Status of job [%s] changed to [%s]. No callbacks enabled." % (status, job_id))
log.info("Status of job [%s] changed to [%s]. No callbacks enabled." % (job_id, status))
@property
def name(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment