log type fixed.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/27a3ec10 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/27a3ec10 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/27a3ec10 Branch: refs/heads/master Commit: 27a3ec105dbb1923326198abd0a7621d2d0868e5 Parents: e632e0a Author: Tammo van Lessen <[email protected]> Authored: Tue Jul 21 22:44:32 2015 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue Jul 21 22:44:32 2015 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/ode/bpel/compiler/BpelC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/27a3ec10/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java ---------------------------------------------------------------------- diff --git a/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java b/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java index 8a09a51..e959d9b 100644 --- a/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java +++ b/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java @@ -161,7 +161,7 @@ public class BpelC { _outputStream = os; if (__log.isDebugEnabled()) { - __log.debug("Sett output to stream " + os); + __log.debug("Set output to stream " + os); } }
