Skip to content
Snippets Groups Projects
Commit a74cbbf1 authored by Liang-Chi Hsieh's avatar Liang-Chi Hsieh Committed by Tathagata Das
Browse files

[Minor] Fix incorrect warning log

The warning log looks incorrect. Just fix it.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #4360 from viirya/fixing_typo and squashes the following commits:

48fbe4f [Liang-Chi Hsieh] Fix incorrect warning log.
parent 4cf4cba0
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class ReceiverTracker(ssc: StreamingContext, skipReceiverLaunch: Boolean = false
// Check if all the receivers have been deregistered or not
if (!receiverInfo.isEmpty) {
logWarning("All of the receivers have not deregistered, " + receiverInfo)
logWarning("Not all of the receivers have deregistered, " + receiverInfo)
} else {
logInfo("All of the receivers have deregistered successfully")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment