Merge "FS.readPipe() shouldn't log IOException as an error"

This commit is contained in:
Shawn Pearce 2015-04-08 21:08:50 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 300a55dcba
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ public void run() {
}
}
} catch (IOException e) {
LOG.error("Caught exception in FS.readPipe()", e); //$NON-NLS-1$
LOG.debug("Caught exception in FS.readPipe()", e); //$NON-NLS-1$
}
if (debug) {
LOG.debug("readpipe returns null"); //$NON-NLS-1$