Revision: 1682
          http://svn.sourceforge.net/vexi/?rev=1682&view=rev
Author:   mkpg2
Date:     2007-02-17 07:54:37 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
Log halt to error not info

Modified Paths:
--------------
    core/trunk/org.ibex.js/src/org/ibex/js/Scheduler.java

Modified: core/trunk/org.ibex.js/src/org/ibex/js/Scheduler.java
===================================================================
--- core/trunk/org.ibex.js/src/org/ibex/js/Scheduler.java       2007-02-17 
05:54:50 UTC (rev 1681)
+++ core/trunk/org.ibex.js/src/org/ibex/js/Scheduler.java       2007-02-17 
15:54:37 UTC (rev 1682)
@@ -63,7 +63,7 @@
                while(true) {
                        try {
                                if(runnable.size()==0 && isFinished()){
-                                       Log.info(Scheduler.class, "halting");
+                                       Log.error(Scheduler.class, "halting");
                                        return null;
                                }
                                current = (Callable)runnable.remove(true);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to