X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmanager.c;h=e723a1e4ef115b8aece3ca5755541ce84bc6ca1d;hp=ad627fc6698c36e46c1c3b60ce7761338997c36b;hb=cfcab435088205b520d244e6111e33b98579181d;hpb=f1d19aa412b34fe025dfd48a5c79d34fdd0f9528 diff --git a/src/manager.c b/src/manager.c index ad627fc66..e723a1e4e 100644 --- a/src/manager.c +++ b/src/manager.c @@ -1167,13 +1167,13 @@ static void transaction_minimize_impact(Manager *m) { continue; if (stops_running_service) - log_info("%s/%s would stop a running service.", j->unit->meta.id, job_type_to_string(j->type)); + log_debug("%s/%s would stop a running service.", j->unit->meta.id, job_type_to_string(j->type)); if (changes_existing_job) - log_info("%s/%s would change existing job.", j->unit->meta.id, job_type_to_string(j->type)); + log_debug("%s/%s would change existing job.", j->unit->meta.id, job_type_to_string(j->type)); /* Ok, let's get rid of this */ - log_info("Deleting %s/%s to minimize impact.", j->unit->meta.id, job_type_to_string(j->type)); + log_debug("Deleting %s/%s to minimize impact.", j->unit->meta.id, job_type_to_string(j->type)); transaction_delete_job(m, j, true); again = true;