Two spaces less in a log message. Change-Id: I19535ac72da0c1b7a9ec0654b02e0e2e47f3b2fe
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/0e9162d0 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/0e9162d0 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/0e9162d0 Branch: refs/heads/oya Commit: 0e9162d0439e18df629265133004463a87d2a24e Parents: a671281 Author: Andras Piros <[email protected]> Authored: Fri Nov 25 12:41:34 2016 +0100 Committer: Andras Piros <[email protected]> Committed: Fri Nov 25 12:41:34 2016 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/oozie/command/wf/ActionStartXCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/0e9162d0/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java b/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java index ca155b1..edfac48 100644 --- a/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java +++ b/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java @@ -224,7 +224,7 @@ public class ActionStartXCommand extends ActionXCommand<org.apache.oozie.command wfAction.setErrorInfo(null, null); incrActionCounter(wfAction.getType(), 1); - LOG.info("Start action [{0}] with user-retry state : userRetryCount [{1}], userRetryMax [{2}], userRetryInterval [{3}]", + LOG.info("Start action [{0}] with user-retry state : userRetryCount [{1}], userRetryMax [{2}], userRetryInterval [{3}]", wfAction.getId(), wfAction.getUserRetryCount(), wfAction.getUserRetryMax(), wfAction .getUserRetryInterval());
