fix the compilation error as reported by the nightly build

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2398 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-10-25 01:20:20 +00:00
parent 85517220fa
commit 5d5ec1f0f6
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ public class WebBundleDeployerHelper implements IWebBundleDeployerHelper
}
catch (Throwable t)
{
__logger.error("Unable to set 'this.bundle.install' " + " for the bundle " + bundle.getSymbolicName(), t);
__logger.warn("Unable to set 'this.bundle.install' " + " for the bundle " + bundle.getSymbolicName(), t);
}
}