Thanks Adrian. Yes you are right, I will take care of it ASAP. -- Ashish
On Wed, May 9, 2012 at 12:36 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > On 5/9/2012 6:28 AM, ash...@apache.org 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<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(**ProcessVariablePersistenceInte**rface >> processVariablePersistenceInte**rface, SharkTransaction trans) throws >> PersistenceException { >> - if (Debug.verboseOn()) Debug.log(":: >> ProcessVariablePersistenceInte**rface ::", module); >> + if (Debug.verboseOn()) Debug.logInfo(":: >> ProcessVariablePersistenceInte**rface ::", module); >> > > If you are checking if verbose is on, then shouldn't you use > Debug.logVerbose?? > >