You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/04/21 13:01:31 UTC

svn commit: r531017 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java

Author: saminda
Date: Sat Apr 21 04:01:30 2007
New Revision: 531017

URL: http://svn.apache.org/viewvc?view=rev&rev=531017
Log:
Log level set to debug. Log level info would not add the value to the message flow at this point. 

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java?view=diff&rev=531017&r1=531016&r2=531017
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java Sat Apr 21 04:01:30 2007
@@ -172,8 +172,7 @@
      *         the path after the first element. all ? parameters are discarded.
      */
     public static String[] parseRequestURLForServiceAndOperation(String path, String servicePath) {
-        //FIXME TODO : lower the log level to debug
-        log.info("parseRequestURLForServiceAndOperation : ["+ path +"]["+ servicePath +"]");
+        log.debug("parseRequestURLForServiceAndOperation : ["+ path +"]["+ servicePath +"]");
         if (path == null) {
             return null;
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org