Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost System.out #36

Closed
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Closed

Lost System.out #36

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Thanks for reporting this. Now fixed for 0.5.1

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant