From: Lennart Poettering Date: Thu, 15 Aug 2019 10:34:31 +0000 (+0200) Subject: unit-file: downgrade accidentaly high-prio debug log message X-Git-Tag: v243-rc2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73fdd4794085e28917bb1318b2984e573fd753a1;p=thirdparty%2Fsystemd.git unit-file: downgrade accidentaly high-prio debug log message --- diff --git a/src/shared/unit-file.c b/src/shared/unit-file.c index f83633be5f8..e15ce269409 100644 --- a/src/shared/unit-file.c +++ b/src/shared/unit-file.c @@ -488,7 +488,7 @@ int unit_file_find_fragment( } if (!streq(unit_name, inst)) - log_info("%s: %s has alias %s", __func__, unit_name, inst); + log_debug("%s: %s has alias %s", __func__, unit_name, inst); r = set_consume(names, TAKE_PTR(inst)); if (r < 0) return r;