1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

unit-file: downgrade accidentaly high-prio debug log message

This commit is contained in:
Lennart Poettering 2019-08-15 12:34:31 +02:00 committed by Yu Watanabe
parent e226badc9c
commit 73fdd47940

View 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;