chiark / gitweb /
core/smack: downgrade info to debug
[elogind.git] / src / core / load-dropin.c
index 52ebfea6dc7d3ae79f6c0c6152adc981198d6fe4..95c9a386ca8efffc7a68cc951975cfd7e6e47454 100644 (file)
@@ -171,7 +171,7 @@ int unit_load_dropin(Unit *u) {
                 _cleanup_strv_free_ char **files = NULL;
                 char **f;
 
                 _cleanup_strv_free_ char **files = NULL;
                 char **f;
 
-                r = conf_files_list_strv(&files, ".conf", (const char**) strv);
+                r = conf_files_list_strv(&files, ".conf", NULL, (const char**) strv);
                 if (r < 0) {
                         log_error("Failed to get list of configuration files: %s", strerror(-r));
                         return r;
                 if (r < 0) {
                         log_error("Failed to get list of configuration files: %s", strerror(-r));
                         return r;