Skip to content

Commit

Permalink
change logError to logWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiXinXiaoLei committed Jul 15, 2015
1 parent efc4f24 commit 3603631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private[spark] class ExecutorAllocationManager(
case ct: ControlThrowable =>
throw ct
case t: Throwable =>
logError(s"Uncaught exception in thread ${Thread.currentThread().getName}", t)
logWarning(s"Uncaught exception in thread ${Thread.currentThread().getName}", t)
}
}
}
Expand Down

0 comments on commit 3603631

Please sign in to comment.