chiark / gitweb /
treewide: a few more log_*_errno + return simplifications
[elogind.git] / src / sysctl / sysctl.c
index 346ff3b2378dba1b172469820921b97aa4ebf4ee..2d1ae6e8b17e8677f1580a6268c0ffe18c7a24d0 100644 (file)
@@ -134,8 +134,7 @@ static int parse_file(Hashmap *sysctl_options, const char *path, bool ignore_eno
                 if (ignore_enoent && r == -ENOENT)
                         return 0;
 
-                log_error_errno(r, "Failed to open file '%s', ignoring: %m", path);
-                return r;
+                return log_error_errno(r, "Failed to open file '%s', ignoring: %m", path);
         }
 
         log_debug("parse: %s", path);