Add log message for ignored webapps

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-05-29 14:45:26 +00:00
parent a87d457ffd
commit c0757f8512

View file

@ -148,6 +148,7 @@ public class TuscanyStandardContext extends StandardContext {
String jar = enumeration.nextElement().getName();
if (jar.startsWith("tuscany-")) {
// Do not alter is
log.info("Tuscany SCA ignoring webapp with embedded Tuscany runtime: " + this.getName());
return false;
}
}