You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/10/11 20:42:44 UTC

svn commit: r583910 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

Author: sichen
Date: Thu Oct 11 11:42:43 2007
New Revision: 583910

URL: http://svn.apache.org/viewvc?rev=583910&view=rev
Log:
cut down excessive logging

Modified:
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java?rev=583910&r1=583909&r2=583910&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java (original)
+++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java Thu Oct 11 11:42:43 2007
@@ -2086,7 +2086,7 @@
             Debug.logError(e, uceErrMsg, module);
             return ServiceUtil.returnFailure(uceErrMsg);
         }
-        Debug.logInfo(rateResponseString, module);       
+        Debug.logVerbose(rateResponseString, module);
         Document rateResponseDocument = null;
         try {
             rateResponseDocument = UtilXml.readXmlDocument(rateResponseString, false);