From 384c5b44fe9bc95333af2e6bdbe86bd5d58d046b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Aug 2015 11:02:24 +0300 Subject: sysctl: reword warning message a bit Let's make this less dramatic, in order to not confuse people too much making them think that this was something to actually fix. --- src/sysctl/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysctl') diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index ee0f57cfec..618844382f 100644 --- a/src/sysctl/sysctl.c +++ b/src/sysctl/sysctl.c @@ -52,7 +52,7 @@ static int apply_all(Hashmap *sysctl_options) { k = sysctl_write(property, value); if (k < 0) { log_full_errno(k == -ENOENT ? LOG_INFO : LOG_WARNING, k, - "Failed to write '%s' to '%s': %m", value, property); + "Couldn't write '%s' to '%s', ignoring: %m", value, property); if (r == 0 && k != -ENOENT) r = k; -- cgit v1.2.1