chiark / gitweb /
machined: beef up machined image listing with creation/modification times of subvolumes
[elogind.git] / src / shared / conf-parser.c
index 94808fa6ce1a3a5a885ce54fcfbc817a39d6cdaf..5fe983a84786b60d4171fb3d08b293a27d8bddd8 100644 (file)
@@ -367,7 +367,7 @@ int config_parse(const char *unit,
                         if (feof(f))
                                 break;
 
-                        log_error("Failed to read configuration file '%s': %m", filename);
+                        log_error_errno(errno, "Failed to read configuration file '%s': %m", filename);
                         return -errno;
                 }