cdpwest / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

Lost System.out #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Into the class: com.trg.search.hibernate.HibernateSearchProcessor

into function public "List search(Session session, Class<?> searchClass, 
ISearch search)" line 96 
has a lost System.out.println.

It should be changed to:

if (logger.isDebugEnabled())
{
    logger.debug(hql)
}

Or something like that.

Original issue reported on code.google.com by terciofi...@gmail.com on 19 Jun 2009 at 6:50

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. Now fixed for 0.5.1

Original comment by dwolvert on 22 Jun 2009 at 12:31