[systemd-commits] src/udev
Tom Gundersen
tomegun at kemper.freedesktop.org
Wed Oct 30 15:45:01 CET 2013
src/udev/net/link-config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 98a375f6d5cac24eb80d6d4e00699851324afdec
Author: Tom Gundersen <teg at jklm.no>
Date: Wed Oct 30 15:46:22 2013 +0100
udev: config-link - one less log_info
diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c
index b268254..c5f6e31 100644
--- a/src/udev/net/link-config.c
+++ b/src/udev/net/link-config.c
@@ -172,7 +172,7 @@ static int load_link(link_config_ctx *ctx, const char *filename) {
log_warning("Colud not parse config file %s: %s", filename, strerror(-r));
goto failure;
} else
- log_info("Parsed configuration file %s", filename);
+ log_debug("Parsed configuration file %s", filename);
link->filename = strdup(filename);
More information about the systemd-commits
mailing list