chiark / gitweb /
Classify processes from sessions into cgroups
[elogind.git] / src / shared / conf-parser.c
index 2c855157a9a9c83e07a1427d6cd179b6a878f6d6..7370c786f9a644510924e34cc38025455959034e 100644 (file)
@@ -444,7 +444,7 @@ int config_parse_many(const char *conf_file,
                 if (r < 0)                                              \
                         log_syntax(unit, LOG_ERR, filename, line, -r,   \
                                    "Failed to parse %s value, ignoring: %s", \
-                                   #vartype, rvalue);                   \
+                                   #type, rvalue);                      \
                                                                         \
                 return 0;                                               \
         }