mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-26 05:35:21 +07:00
manager: downgrade a few log messages
This commit is contained in:
parent
57bd42336e
commit
d718bbb51b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user