Skip to content
Snippets Groups Projects
Commit 7af7c79c authored by Reynold Xin's avatar Reynold Xin
Browse files

Updated the logError call from the previous commit to conform to

logError API.
parent 38b9119c
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)
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