From 09b4e498e27204b261b1c9c718348f68a17ee471 Mon Sep 17 00:00:00 2001 From: acli Date: Wed, 25 Feb 2004 03:39:49 +0000 Subject: [PATCH] Bug in previous checkin, because we can't get the number of warnings from the child. --- misc/translator/tmpl_process3.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index 345d6fdcaf..e1e4587640 100755 --- a/misc/translator/tmpl_process3.pl +++ b/misc/translator/tmpl_process3.pl @@ -333,8 +333,7 @@ if ($action eq 'create') { } if ($st == 0) { - printf "The %s seems to be successful, with %d warning(s).\n", - $action, VerboseWarnings::warned; + printf "The %s seems to be successful.\n", $action; } else { printf "%s FAILED.\n", "\u$action"; } -- 2.39.5