chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5375512
)
udev: config-link - one less log_info
author
Tom Gundersen
<teg@jklm.no>
Wed, 30 Oct 2013 14:46:22 +0000
(15:46 +0100)
committer
Tom Gundersen
<teg@jklm.no>
Wed, 30 Oct 2013 14:47:29 +0000
(15:47 +0100)
src/udev/net/link-config.c
patch
|
blob
|
history
diff --git
a/src/udev/net/link-config.c
b/src/udev/net/link-config.c
index b26825427625e46b9397c2e3e8896edf29fc2fb8..c5f6e314b956ffb8023f7238aab95f8ce0257302 100644
(file)
--- 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);