Revision: 17916
          http://sourceforge.net/p/gate/code/17916
Author:   markagreenwood
Date:     2014-05-05 10:07:28 +0000 (Mon, 05 May 2014)
Log Message:
-----------
make the debug message an actual debug level log message

Modified Paths:
--------------
    gate/trunk/src/main/gate/jape/SinglePhaseTransducer.java

Modified: gate/trunk/src/main/gate/jape/SinglePhaseTransducer.java
===================================================================
--- gate/trunk/src/main/gate/jape/SinglePhaseTransducer.java    2014-05-05 
01:22:15 UTC (rev 17915)
+++ gate/trunk/src/main/gate/jape/SinglePhaseTransducer.java    2014-05-05 
10:07:28 UTC (rev 17916)
@@ -356,7 +356,7 @@
       if(!keepGoing) break;
       if(((DefaultActionContext)actionContext).isPhaseEnded()) {
         ((DefaultActionContext)actionContext).setPhaseEnded(false);
-        System.out.println("DEBUG: Ending phase prematurely");
+        log.debug("Ending phase prematurely");
         break;
       }
     }// while(state.startNodeOff != -1)

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


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to