remove info message pending further review

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2358 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2010-10-18 22:07:06 +00:00
parent d84b549aca
commit 3e2de0f439
1 changed files with 4 additions and 4 deletions

View File

@ -341,10 +341,10 @@ public class WebAppContext extends ServletContextHandler implements WebAppClassL
{
super.setClassLoader(classLoader);
if ( !(classLoader instanceof WebAppClassLoader) )
{
Log.info("NOTE: detected a classloader which is not an instance of WebAppClassLoader being set on WebAppContext, some typical class and resource locations may be missing on: " + toString() );
}
// if ( !(classLoader instanceof WebAppClassLoader) )
// {
// Log.info("NOTE: detected a classloader which is not an instance of WebAppClassLoader being set on WebAppContext, some typical class and resource locations may be missing on: " + toString() );
// }
if (classLoader!=null && classLoader instanceof WebAppClassLoader && getDisplayName()!=null)
((WebAppClassLoader)classLoader).setName(getDisplayName());