[Mathlib-commitlog] SF.net SVN: mathlib:[862] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system/
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-21 17:55:21
|
Revision: 862
http://mathlib.svn.sourceforge.net/mathlib/?rev=862&view=rev
Author: st_mueller
Date: 2009-02-21 17:55:12 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/checkforupdates.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/checkforupdates.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/checkforupdates.java 2009-02-21 17:49:55 UTC (rev 861)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/checkforupdates.java 2009-02-21 17:55:12 UTC (rev 862)
@@ -155,7 +155,7 @@
}
catch (Exception e)
{
- System.out.println("checkForUpdates: Properties error");
+ ErrorLogger.debugLine("checkForUpdates: Properties error");
}
String localVersionS = globals.getProperty("jmathlib.version");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|