diff --git a/AUTHORS b/AUTHORS index f383c660ab..166b76fc6b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -218,6 +218,7 @@ Patches have also been contributed by: Martin Kletzander Laszlo Ersek Zeeshan Ali (Khattak) + Marcelo Cerri [....send patches to get your name here....] diff --git a/src/conf/domain_audit.c b/src/conf/domain_audit.c index 16937dcbe2..eb85ec76df 100644 --- a/src/conf/domain_audit.c +++ b/src/conf/domain_audit.c @@ -562,8 +562,8 @@ virDomainAuditLifecycle(virDomainObjPtr vm, const char *op, } VIR_AUDIT(VIR_AUDIT_RECORD_MACHINE_CONTROL, success, - "virt=%s op=%s reason=%s %s uuid=%s", - virt, op, reason, vmname, uuidstr); + "virt=%s op=%s reason=%s %s uuid=%s vm-pid=%d", + virt, op, reason, vmname, uuidstr, vm->pid); VIR_FREE(vmname); }