Skip to content
Snippets Groups Projects
Commit bcafb36c authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Slight wording change

parent 8177165a
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ private[spark] class Client( ...@@ -135,7 +135,7 @@ private[spark] class Client(
Await.result(future, timeout) Await.result(future, timeout)
} catch { } catch {
case e: TimeoutException => case e: TimeoutException =>
logInfo("Close request to Master timed out; it may already be shut down.") logInfo("Stop request to Master timed out; it may already be shut down.")
} }
actor = null actor = null
} }
......
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