From 4f41a6974de8b89791c49a2ba320adb0fdd16875 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 26 Jun 2005 02:59:49 +0000 Subject: [PATCH 1/1] Cosmetic: Fixed error message. --- src/startup-debian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/startup-debian.c b/src/startup-debian.c index 16a931c..cf28648 100644 --- a/src/startup-debian.c +++ b/src/startup-debian.c @@ -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; -- 1.8.3.1