manager: show which jobs are actually installed after a transaction

This commit is contained in:
Lennart Poettering 2010-10-28 04:05:09 +02:00
parent b363ca6f20
commit 28c3247e79
1 changed files with 2 additions and 0 deletions

View File

@ -1198,6 +1198,8 @@ static int transaction_apply(Manager *m) {
job_add_to_run_queue(j);
job_add_to_dbus_queue(j);
job_start_timer(j);
log_debug("Installed new job %s/%s as %u", j->unit->meta.id, job_type_to_string(j->type), (unsigned) j->id);
}
/* As last step, kill all remaining job dependencies. */