Revision d08a5f6f ganeti/ganeti-0mqd.py

b/ganeti/ganeti-0mqd.py
64 64

  
65 65
            # Construct message
66 66
            msg = {
67
                "type": "Ganeti-op-status",
67
                "type": "ganeti-op-status",
68 68
                "instance": instances,
69 69
                "operation": op.input.OP_ID,
70 70
                "jobId": int(job.id),
71
                "status": op.status
71
                "status": op.status,
72
		"logmsg": logmsg
72 73
            }
73 74
            if logmsg:
74 75
                msg["message"] = logmsg

Also available in: Unified diff