Revision: 526 http://cishell.svn.sourceforge.net/cishell/?rev=526&view=rev Author: mwlinnem Date: 2007-09-17 10:25:54 -0700 (Mon, 17 Sep 2007) Log Message: ----------- Removed System.out.printlns. 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-09-17 17:19:02 UTC (rev 525) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2007-09-17 17:25:54 UTC (rev 526) @@ -328,8 +328,9 @@ return refs; } catch (InvalidSyntaxException e) { - System.out.println("OOPS!"); - System.out.println(e); + this.log.log(LogService.LOG_ERROR, "Invalid syntax '" + filter + + "' for filtering service references. Attempted to " + + "obtain all converter references.", e); return null; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |