Revision: 5935
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=5935&view=rev
Author:   dnaber
Date:     2011-11-19 00:03:10 +0000 (Sat, 19 Nov 2011)
Log Message:
-----------
less logging on info level

Modified Paths:
--------------
    
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleController.groovy

Modified: 
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleController.groovy
===================================================================
--- 
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleController.groovy 
    2011-11-19 00:00:31 UTC (rev 5934)
+++ 
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleController.groovy 
    2011-11-19 00:03:10 UTC (rev 5935)
@@ -314,7 +314,7 @@
   }
 
   private Rule getSystemRuleById(String id, JLanguageTool lt) {
-    log.info("Getting system rule with id $id")
+    log.debug("Getting system rule with id $id")
     Rule selectedRule = null
     List rules = lt.getAllRules()
     for (Rule rule in rules) {

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to