fix #2118 change to debug log
This commit is contained in:
parent
9dd1bb3fec
commit
4e79bdf559
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ public class InputStreamThread extends Thread {
|
|||
}
|
||||
} catch (final Exception e) {
|
||||
running = false;
|
||||
logger.error("Failed to process an input stream.", e);
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Failed to process an input stream.", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue