Home
last modified time | relevance | path

Searched defs:log_unit_debug (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/timedate/
Dtimedated.c85 #define log_unit_debug(unit, ...) log_unit_full(unit, LOG_DEBUG, ##__VA_ARGS__) macro
/systemd-251/src/core/
Dunit.h1016 #define log_unit_debug(unit, ...) log_unit_full(unit, LOG_DEBUG, __VA_ARGS__) macro