Revision: 489 http://cishell.svn.sourceforge.net/cishell/?rev=489&view=rev Author: mwlinnem Date: 2007-08-20 10:13:04 -0700 (Mon, 20 Aug 2007) Log Message: ----------- Updated warning message. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2007-08-20 16:18:19 UTC (rev 488) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2007-08-20 17:13:04 UTC (rev 489) @@ -53,12 +53,11 @@ public Data[] execute() { - this.log.log(LogService.LOG_WARNING, - "-------NOTICE-------" + "\n" + + this.log.log(LogService.LOG_INFO, + "-------NOTICE-------" + "\n" + "The Converter Tester will take " + - "approximately 30 seconds to run all the tests, and around " + - "20 seconds to display all the results. Thank you for " + - "waiting :)" + "\n" + + "approximately 30 seconds to run all the tests. \n" + + "Thank you for waiting :)" + "\n" + "-----END NOTICE-----"); Data[] returnDM; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |