X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fservice;fp=scripts%2Fservice;h=9debab2694eb76c77a76f403bd70581e64292dc3;hb=73a9686909bb542130b88ce09c3d3a08ad9ff289;hp=4346e36e96206586f82e3e3d9518975610f45a90;hpb=38d0e8f6777f6e80e85334b0f39e968e6b0ba38c;p=debbugs.git diff --git a/scripts/service b/scripts/service index 4346e36..9debab2 100755 --- a/scripts/service +++ b/scripts/service @@ -7,6 +7,9 @@ use warnings; use strict; +use locale; +use POSIX qw(strftime locale_h); +setlocale(LC_TIME, "C"); use Debbugs::Config qw(:globals :config); @@ -479,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";