X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fcore%2Fservice.c;h=c6835a4d6c640f06b5ddc875919a1ce4ce143a1b;hb=f1d34068ef8d657238235d04ea291ee1ca095129;hp=ef1be33260456ed7f6da65d51511f5d86c256e79;hpb=42521cd1ed053ce13260cc0c942c33ff79e7a5ae;p=thirdparty%2Fsystemd.git diff --git a/src/core/service.c b/src/core/service.c index ef1be332604..c6835a4d6c6 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -3417,7 +3417,7 @@ static void service_notify_message(Unit *u, pid_t pid, char **tags, FDSet *fds) if (!service_notify_message_authorized(SERVICE(u), pid, tags, fds)) return; - if (log_get_max_level() >= LOG_DEBUG) { + if (DEBUG_LOGGING) { _cleanup_free_ char *cc = NULL; cc = strv_join(tags, ", ");