Skip to content

Commit

Permalink
Tone down bind exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Aug 6, 2014
1 parent af3ddc9 commit 664095c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class FlumePollingStreamSuite extends TestSuiteBase {
testPassed = true
} catch {
case e: java.net.BindException =>
logError("Exception when running flume polling test", e)
logWarning("Exception when running flume polling test: " + e)
attempt += 1
}
}
Expand Down

0 comments on commit 664095c

Please sign in to comment.