Repository: incubator-unomi Updated Branches: refs/heads/master 723cc079b -> 414bba269
UNOMI-200 New Karaf shell commands for events, sessions and profiles Remove log message that is not relevant Signed-off-by: Serge Huber <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/414bba26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/414bba26 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/414bba26 Branch: refs/heads/master Commit: 414bba2695c643deaf5bd36b39bdc31e86cc4d5c Parents: de01dec Author: Serge Huber <[email protected]> Authored: Sat Sep 22 09:06:20 2018 +0200 Committer: Serge Huber <[email protected]> Committed: Sat Sep 22 09:06:20 2018 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/unomi/shell/commands/EventTailCommand.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/414bba26/tools/shell-dev-commands/src/main/java/org/apache/unomi/shell/commands/EventTailCommand.java ---------------------------------------------------------------------- diff --git a/tools/shell-dev-commands/src/main/java/org/apache/unomi/shell/commands/EventTailCommand.java b/tools/shell-dev-commands/src/main/java/org/apache/unomi/shell/commands/EventTailCommand.java index 4df6931..99dead1 100644 --- a/tools/shell-dev-commands/src/main/java/org/apache/unomi/shell/commands/EventTailCommand.java +++ b/tools/shell-dev-commands/src/main/java/org/apache/unomi/shell/commands/EventTailCommand.java @@ -66,7 +66,6 @@ public class EventTailCommand extends OsgiCommandSupport { synchronized (this) { wait(); } - out.println("Stopping tail as log.core bundle was stopped."); } catch (InterruptedException e) { // Ignore as it will happen if the user breaks the tail using Ctrl-C } finally {
