Author: adrianc
Date: Sat Mar 9 07:03:11 2013
New Revision: 1454666
URL:
http://svn.apache.org/r1454666Log:
Merged rev 1384894 from trunk.
Do not log credit card information.
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1384894
Modified: ofbiz/branches/release12.04/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java?rev=1454666&r1=1454665&r2=1454666&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java (original)
+++ ofbiz/branches/release12.04/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java Sat Mar 9 07:03:11 2013
@@ -588,8 +588,8 @@ public class PaymentGatewayServices {
}
}
} catch (GenericServiceException e) {
- Debug.logError(e, "Error occurred on: " + serviceName + " => " + processContext, module);
- throw new GeneralException("Problems invoking payment processor! Will retry later. Order ID is: [" + orh.getOrderId() + "", e);
+ Debug.logError(e, "Error occurred on: " + serviceName + ", Order ID is: [" + orh.getOrderId() + "]", module);
+ throw new GeneralException("Problems invoking payment processor! Will retry later. Order ID is: [" + orh.getOrderId() + "]", e);
}
if (processorResult != null) {