You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2011/03/16 20:52:13 UTC

svn commit: r1082281 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

Author: jaz
Date: Wed Mar 16 19:52:13 2011
New Revision: 1082281

URL: http://svn.apache.org/viewvc?rev=1082281&view=rev
Log:
moved a log statement to verbose mode

Modified:
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java?rev=1082281&r1=1082280&r2=1082281&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java Wed Mar 16 19:52:13 2011
@@ -4189,7 +4189,9 @@ public class OrderServices {
                 }
             }
         }
-        Debug.log("To Store Contains: " + toStore, module);
+        
+        if (Debug.verboseOn())
+            Debug.logVerbose("To Store Contains: " + toStore, module);
 
         // remove any order item attributes that were set to empty
         try {