Cosmetic: Fixed error message.
authorshort <>
Sun, 26 Jun 2005 02:59:49 +0000 (02:59 +0000)
committershort <>
Sun, 26 Jun 2005 02:59:49 +0000 (02:59 +0000)
src/startup-debian.c

index 16a931c..cf28648 100644 (file)
@@ -64,7 +64,7 @@ const gchar *command="update-rc.d -n " PACKAGE " defaults &>/dev/null";
 
        status=system(command);
        if (STATUS_0_1(status)<0) {
-               g_warning(_("Error checking validity of debian(8) setup; automatic startup disabled; failed command: %s"),command);
+               g_warning(_("Error checking validity of update-rc.d(8) setup; automatic startup disabled; failed command: %s"),command);
                return FALSE;
                }
        return TRUE;