[romka] debug, not warn

This commit is contained in:
peter
2012-02-20 14:32:14 +01:00
parent e37a46ecc2
commit 1fb5988fa8
2 changed files with 3 additions and 2 deletions
@@ -51,7 +51,7 @@ public class DefaultClsStubBuilderFactory extends ClsStubBuilderFactory {
return file;
}
catch (Exception e) {
LOG.warn(vFile.getPath(), e);
LOG.debug(vFile.getPath(), e);
throw new ClsFormatException();
}
}