Skip to content

Commit 664095c

Browse files
committed
Tone down bind exception message
1 parent af3ddc9 commit 664095c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class FlumePollingStreamSuite extends TestSuiteBase {
6868
testPassed = true
6969
} catch {
7070
case e: java.net.BindException =>
71-
logError("Exception when running flume polling test", e)
71+
logWarning("Exception when running flume polling test: " + e)
7272
attempt += 1
7373
}
7474
}

0 commit comments

Comments
 (0)