[HOTFIX] Minor style fix from last commit

This commit is contained in:
Patrick Wendell 2015-05-28 22:48:02 -07:00
parent e714ecf277
commit 36067ce398

View file

@ -78,8 +78,9 @@ class SocketReceiver[T: ClassTag](
} }
if (!isStopped()) { if (!isStopped()) {
restart("Socket data stream had no more data") restart("Socket data stream had no more data")
} } else {
logInfo("Stopped receiving") logInfo("Stopped receiving")
}
} catch { } catch {
case e: java.net.ConnectException => case e: java.net.ConnectException =>
restart("Error connecting to " + host + ":" + port, e) restart("Error connecting to " + host + ":" + port, e)