| commit | 4a75b36ca4d81b7e86419343c0106ea6e718a953 | [log] [tgz] |
|---|---|---|
| author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu May 15 16:34:11 2008 +0000 |
| committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu May 15 16:34:11 2008 +0000 |
| tree | 947b46eee0454f9a0ebf208bf2c8f1116e73c5d9 | |
| parent | 8857001d226736bb082e4546d7a7689485f1b81f [diff] |
Dropping the "unknown classpath entry" to TRACE. Review by: knorton (desk) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2812 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java b/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java index 0ff36a5..7bd1d93 100644 --- a/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java +++ b/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java
@@ -125,7 +125,7 @@ } else if (f.isFile() && f.getName().endsWith(".jar")) { return new JarFileClassPathEntry(new JarFile(f)); } else { - logger.log(TreeLogger.INFO, "Unexpected entry in classpath; " + f + logger.log(TreeLogger.TRACE, "Unexpected entry in classpath; " + f + " is neither a directory nor a jar"); return null; }