On 5/9/2012 6:28 AM,
[hidden email] wrote:
> Modified: ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java?rev=1335927&r1=1335926&r2=1335927&view=diff> ==============================================================================
> --- ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java (original)
> +++ ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java Wed May 9 05:28:17 2012
> @@ -176,7 +176,7 @@ public class EntityPersistentMgr impleme
> }
>
> public boolean restore(ProcessVariablePersistenceInterface processVariablePersistenceInterface, SharkTransaction trans) throws PersistenceException {
> - if (Debug.verboseOn()) Debug.log(":: ProcessVariablePersistenceInterface ::", module);
> + if (Debug.verboseOn()) Debug.logInfo(":: ProcessVariablePersistenceInterface ::", module);
If you are checking if verbose is on, then shouldn't you use
Debug.logVerbose??