Skip to content

Commit 8740755

Browse files
committed
HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by chencan.
1 parent feaab24 commit 8740755

File tree

1 file changed

+1
-1
lines changed
  • hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ private static <T extends IOException> T wrapWithMessage(
833833
Throwable t = ctor.newInstance(msg);
834834
return (T)(t.initCause(exception));
835835
} catch (Throwable e) {
836-
LOG.warn("Unable to wrap exception of type {}: it has no (String) "
836+
LOG.trace("Unable to wrap exception of type {}: it has no (String) "
837837
+ "constructor", clazz, e);
838838
throw exception;
839839
}

0 commit comments

Comments
 (0)