diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-30 15:46:22 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-30 15:47:29 +0100 |
commit | 98a375f6d5cac24eb80d6d4e00699851324afdec (patch) | |
tree | d2e3731fa4335ae48e43b95c812622583a05d1e0 | |
parent | 53755121e1c8ebd3db0330bc82965ecf9a986449 (diff) |
udev: config-link - one less log_info
-rw-r--r-- | src/udev/net/link-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index b268254276..c5f6e314b9 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); |