chiark / gitweb /
tmpfiles: always recreate the most basic directory structure in /var
[elogind.git] / src / tmpfiles / tmpfiles.c
index 89f6c6bd15696037e3004d2f2a6a886a93b45002..4c0f23e2ed53bb99991d01a8d635f7e089966e39 100644 (file)
@@ -750,7 +750,7 @@ static int create_item(Item *i) {
                 }
 
                 if (!streq(i->argument, x)) {
-                        log_error("%s is not the right symlinks.", i->path);
+                        log_error("%s is not the right symlink.", i->path);
                         return -EEXIST;
                 }