We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3c39e commit 17e2616Copy full SHA for 17e2616
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java
@@ -254,7 +254,7 @@ public final void close() throws IOException {
254
* @param exception the exception
255
*/
256
protected final void noteFailure(Exception exception) {
257
- LOG.debug("noteFailure {}" + exception);
+ LOG.debug("noteFailure", exception);
258
if (exception == null) {
259
//make sure failure logic doesn't itself cause problems
260
return;
0 commit comments