chiark / gitweb /
build-sys: add a makefile target to run all tests through valgrind
[elogind.git] / src / rc-local-generator / rc-local-generator.c
index 448980ba2da7f2a8da701bac5279ec29d9b6648e..92655012502cd2a4ebba6b872f3302ff5701244d 100644 (file)
@@ -59,7 +59,7 @@ static int add_symlink(const char *service, const char *where) {
                 if (errno == EEXIST)
                         r = 0;
                 else {
                 if (errno == EEXIST)
                         r = 0;
                 else {
-                        log_error("Failed to create symlink from %s to %s: %m", from, to);
+                        log_error("Failed to create symlink %s: %m", to);
                         r = -errno;
                 }
         }
                         r = -errno;
                 }
         }