]> git.proxmox.com Git - systemd.git/commitdiff
change the log_info() line in systemctl to reflect reality
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 8 Aug 2013 19:34:12 +0000 (21:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 8 Aug 2013 19:34:12 +0000 (21:34 +0200)
src/systemctl/systemctl.c

index a008517abaebfae08eecbfbdbd61f83fcae9ed1c..d70657c2583e739872177bd8512bd8c6e1119e69 100644 (file)
@@ -4085,7 +4085,7 @@ static int enable_sysv_units(char **args) {
                 /* Mark this entry, so that we don't try enabling it as native unit */
                 args[f] = (char*) "";
 
-                log_info("%s is not a native service, redirecting to /usr/sbin/update-rc.d.", name);
+                log_info("Synchronizing state for %s with sysvinit using update-rc.d...", name);
 
                 argv[c++] = path_get_file_name(p);
                 argv[c++] = streq(verb, "enable") ? "defaults" : "remove";