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);