From 28c3247e7908c3625118fc374475cb08f2ce79d1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Oct 2010 04:05:09 +0200 Subject: [PATCH] manager: show which jobs are actually installed after a transaction --- src/manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manager.c b/src/manager.c index b6a1da7fa..667be2fdc 100644 --- a/src/manager.c +++ b/src/manager.c @@ -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. */ -- 2.30.2