Searched refs:log_unit_debug_errno (Results 1 - 9 of 9) sorted by relevance

/systemd/src/core/
H A Dautomount.c439 log_unit_debug_errno(UNIT(a), status, "Sending failure: %m");
H A Dbusname.c281 log_unit_debug_errno(UNIT(n), r, "Failed to disable event source: %m");
H A Dcgroup.c1039 log_unit_debug_errno(u, errno, "Failed to remove cgroup inotify watch %i for %s, ignoring", u->cgroup_inotify_wd, u->id);
H A Ddbus-unit.c925 log_unit_debug_errno(u, r, "Failed to send unit change signal for %s: %m", u->id);
971 log_unit_debug_errno(u, r, "Failed to send unit remove signal for %s: %m", u->id);
H A Dexecute.c1589 log_unit_debug_errno(unit, r, "Failed to adjust OOM setting, assuming containerized execution, ignoring: %m");
1801 log_unit_debug_errno(unit, r, "Failed to set up namespace, assuming containerized execution, ignoring: %m");
H A Dservice.c2241 log_unit_debug_errno(u, r, "Failed to unescape status text: %s", value);
H A Dsocket.c1388 log_unit_debug_errno(UNIT(s), r, "Failed to disable event source: %m");
H A Dunit.c1276 log_unit_debug_errno(u, r, "Failed to load configuration: %m");
2813 log_unit_debug_errno(u, r, "Failed to set cgroup path %s, ignoring: %m", v);
3724 log_unit_debug_errno(u, r, "Failed to check symlink %s, ignoring: %m", where);
H A Dunit.h623 #define log_unit_debug_errno(unit, error, ...) log_unit_full(unit, LOG_DEBUG, error, ##__VA_ARGS__) macro

Completed in 88 milliseconds