提交 a80fb9de 编写于 作者: K kohsuke

debug log bug fix.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1189 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fd32c6be
......@@ -273,7 +273,7 @@ public class ChangeLogTask extends AbstractCvsTask {
new ForkOutputStream(new RedirectingOutputStream(parser),
new LogOutputStream(this,Project.MSG_VERBOSE)));
log("["+m_dir+"] $ "+getCommand(), Project.MSG_VERBOSE);
log("Running "+getCommand()+" at "+m_dir, Project.MSG_VERBOSE);
setDest(m_dir);
setExecuteStreamHandler(handler);
......
......@@ -428,8 +428,7 @@ public class CVSSCM extends AbstractCVSFamilySCM {
return;
}
if(debugLogging) {
errorOutput.write(msg);
errorOutput.write('\n');
listener.getLogger().println(msg);
}
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册