[systemd-commits] src/udev
Dave Reisner
dreisner at kemper.freedesktop.org
Fri Nov 8 15:56:19 CET 2013
src/udev/net/link-config.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 489124365d1d391864898b9869dd668eea5b2e28
Author: Dave Reisner <dreisner at archlinux.org>
Date: Fri Nov 8 09:38:50 2013 -0500
link-config: Fix typo in log_warning
diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c
index cb4af14..5156ba6 100644
--- a/src/udev/net/link-config.c
+++ b/src/udev/net/link-config.c
@@ -169,11 +169,10 @@ static int load_link(link_config_ctx *ctx, const char *filename) {
link->wol = _WOL_INVALID;
link->duplex = _DUP_INVALID;
-
r = config_parse(NULL, filename, file, "Match\0Link\0Ethernet\0", config_item_perf_lookup,
(void*) link_config_gperf_lookup, false, false, link);
if (r < 0) {
- log_warning("Colud not parse config file %s: %s", filename, strerror(-r));
+ log_warning("Could not parse config file %s: %s", filename, strerror(-r));
goto failure;
} else
log_debug("Parsed configuration file %s", filename);
More information about the systemd-commits
mailing list