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

Made a log message slightly less ugly

parent 3759bcd0
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ extends MScheduler with DAGScheduler with Logging
}
override def registered(d: SchedulerDriver, frameworkId: FrameworkID) {
logInfo("Registered as framework ID " + frameworkId)
logInfo("Registered as framework ID " + frameworkId.getValue)
registeredLock.synchronized {
isRegistered = true
registeredLock.notifyAll()
......
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