Skip to content
Snippets Groups Projects
Commit 943df483 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge branch 'dev' of github.com:mesos/spark into dev

parents 6d7f907e 4767ba5b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class BlockManagerWorker(val blockManager: BlockManager) extends Logging {
/*logDebug("Processed block messages")*/
return Some(new BlockMessageArray(responseMessages).toBufferMessage)
} catch {
case e: Exception => logError("Exception handling buffer message: " + e.getMessage)
case e: Exception => logError("Exception handling buffer message", e)
return None
}
}
......
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