diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index f45bfc7024..9c773b06b0 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -8130,6 +8130,7 @@ qemuProcessBeginStopJob(virDomainObj *vm, goto cleanup; /* Wake up anything waiting on domain condition */ + VIR_DEBUG("waking up all jobs waiting on the domain condition"); virDomainObjBroadcast(vm); if (qemuDomainObjBeginJob(vm, job) < 0)