diff --git a/remoting/src/main/java/hudson/remoting/Which.java b/remoting/src/main/java/hudson/remoting/Which.java index e89c906e07f22942d4617a169b8c63472f006572..debdde7cccc03a00ef8c2f227d7a04ff8387c165 100644 --- a/remoting/src/main/java/hudson/remoting/Which.java +++ b/remoting/src/main/java/hudson/remoting/Which.java @@ -120,8 +120,10 @@ public class Which { return new File(zipFile.getName()); } catch (NoSuchFieldException e) { // something must have changed in JBoss5. fall through + LOGGER.log(Level.FINE, "Failed to resolve vfszip into a jar location",e); } catch (IllegalAccessException e) { // something must have changed in JBoss5. fall through + LOGGER.log(Level.FINE, "Failed to resolve vfszip into a jar location",e); } finally { is.close(); }