提交 99294e58 编写于 作者: K km

Fixing minor typo.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34600 71c3de6d-444a-0410-be80-ed276b4c234a
上级 447224ed
......@@ -109,7 +109,7 @@ public class Executor extends Thread implements ModelObject {
executable = task.createExecutable();
}
} catch (IOException e) {
LOGGER.log(Level.SEVERE, "Executor throw an exception unexpectedly", e);
LOGGER.log(Level.SEVERE, "Executor threw an exception", e);
continue;
} catch (InterruptedException e) {
continue;
......@@ -131,7 +131,7 @@ public class Executor extends Thread implements ModelObject {
// for some reason the executor died. this is really
// a bug in the code, but we don't want the executor to die,
// so just leave some info and go on to build other things
LOGGER.log(Level.SEVERE, "Executor throw an exception unexpectedly", e);
LOGGER.log(Level.SEVERE, "Executor threw an exception", e);
problems = e;
} finally {
setName(threadName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册