From acb6ebbf2e24481587a56cfec441e55b88cfc17b Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sun, 28 Oct 2012 23:46:12 -0700 Subject: [PATCH] control: print message to transcript when command is unrecognized We accidentally dropped this error message in 56704088 (call Debbugs::Control::service for all services, 2012-07-12). Closes: #691573 Signed-off-by: Jonathan Nieder Signed-off-by: Don Armstrong --- scripts/service | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/service b/scripts/service index fe91144..9debab2 100755 --- a/scripts/service +++ b/scripts/service @@ -482,6 +482,7 @@ END last; } } else { + print {$transcript} "Unknown command or malformed arguments to command.\n"; $errors++; if (++$unknowns >= 5) { print {$transcript} "Too many unknown commands, stopping here.\n\n"; -- 2.39.2