mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
Merge pull request #1567 from teg/logind-suspend-logging
login: suspend - be a bit more explicit when logging
This commit is contained in:
@@ -2588,7 +2588,7 @@ int match_job_removed(sd_bus_message *message, void *userdata, sd_bus_error *err
|
||||
}
|
||||
|
||||
if (m->action_job && streq(m->action_job, path)) {
|
||||
log_info("Operation finished.");
|
||||
log_info("Operation '%s' finished.", inhibit_what_to_string(m->action_what));
|
||||
|
||||
/* Tell people that they now may take a lock again */
|
||||
send_prepare_for(m, m->action_what, false);
|
||||
|
||||
Reference in New Issue
Block a user