]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit-file: downgrade accidentaly high-prio debug log message
authorLennart Poettering <lennart@poettering.net>
Thu, 15 Aug 2019 10:34:31 +0000 (12:34 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Aug 2019 22:44:20 +0000 (07:44 +0900)
src/shared/unit-file.c

index f83633be5f86e059358a460e0b32d35288aacda4..e15ce26940977b4b2cad08e9c7a27ddb791ef65d 100644 (file)
@@ -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;