chiark / gitweb /
initctl: load the sysv compat targets if they aren't loaded yet
[elogind.git] / unit.c
diff --git a/unit.c b/unit.c
index 3f2538a694a386cb920b70738b6f6083fb249cae..b69b6e36201a6cb218bff5c3d51e95c68293cf28 100644 (file)
--- a/unit.c
+++ b/unit.c
@@ -568,7 +568,7 @@ void unit_dump(Unit *u, FILE *f, const char *prefix) {
         prefix2 = p2 ? p2 : prefix;
 
         fprintf(f,
-                "%s Unit %s:\n"
+                "%s-> Unit %s:\n"
                 "%s\tDescription: %s\n"
                 "%s\tInstance: %s\n"
                 "%s\tUnit Load State: %s\n"