if (m->delayed_action)
return log_debug_errno(SYNTHETIC_ERRNO(EALREADY),
- "Action already in progress (%s), ignoring requested %s operation.",
- inhibit_what_to_string(m->delayed_action->inhibit_what),
+ "Action %s already in progress, ignoring requested %s operation.",
+ handle_action_to_string(m->delayed_action->handle),
handle_action_to_string(handle));
inhibit_operation = ASSERT_PTR(handle_action_lookup(handle))->inhibit_what;
if (m->action_job && streq(m->action_job, path)) {
assert(m->delayed_action);
- log_info("Operation '%s' finished.", inhibit_what_to_string(m->delayed_action->inhibit_what));
+ log_info("Operation '%s' finished.", handle_action_to_string(m->delayed_action->handle));
/* Tell people that they now may take a lock again */
(void) send_prepare_for(m, m->delayed_action, false);