Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 80009 invoked from network); 16 Oct 2003 22:51:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Oct 2003 22:51:47 -0000 Received: (qmail 3776 invoked by uid 500); 16 Oct 2003 22:51:33 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 3704 invoked by uid 500); 16 Oct 2003 22:51:33 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 3688 invoked from network); 16 Oct 2003 22:51:33 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Oct 2003 22:51:33 -0000 Received: (qmail 80005 invoked by uid 1663); 16 Oct 2003 22:51:46 -0000 Date: 16 Oct 2003 22:51:46 -0000 Message-ID: <20031016225146.80004.qmail@minotaur.apache.org> From: minchau@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/java/src/org/apache/xalan/xslt Process.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N minchau 2003/10/16 15:51:46 Modified: java/src/org/apache/xalan/xslt Process.java Log: PR: bugzilla 16512 Submitted by: Richard Cao Reviewed by: Brian Minchau This bug has existed since the earth cooled (Mid 2000). Clearly 3 of 4 lines were commented out // if (x) // diagnositcsWriter.print(...)/ // else diagnosticsWriter.print(...); And it was printing a message that we were done, not in the spirit of quiet success. Richard Cao's patch is applied, the fourth line is now commented out as well. Revision Changes Path 1.59 +1 -1 xml-xalan/java/src/org/apache/xalan/xslt/Process.java Index: Process.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/Process.java,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- Process.java 14 Aug 2003 16:27:44 -0000 1.58 +++ Process.java 16 Oct 2003 22:51:46 -0000 1.59 @@ -1119,7 +1119,7 @@ // if(!setQuietMode) // diagnosticsWriter.println(resbundle.getString("xsldone")); //"Xalan: done"); // else - diagnosticsWriter.println(""); //"Xalan: done"); + // diagnosticsWriter.println(""); //"Xalan: done"); } } --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org