From 4cc12b885e89aac82308350adf6612824e06feb7 Mon Sep 17 00:00:00 2001 From: "p.privalov" Date: Tue, 19 Jul 2016 16:26:56 +0300 Subject: [PATCH] SRADA-782 StopCommand output format updated * "Duration" replaced with "Total time". * Deleted indentation before "Output ..". * Values alligned by left side in StopCommand output. Change-Id: I3d7f114b276e4422d63e3c63014f1c4cc0d84697 --- .../src/org/tizen/dynamicanalyzer/cli/commands/StopCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.dynamicanalyzer.cli/src/org/tizen/dynamicanalyzer/cli/commands/StopCommand.java b/org.tizen.dynamicanalyzer.cli/src/org/tizen/dynamicanalyzer/cli/commands/StopCommand.java index 72564bd..a2ca0b8 100644 --- a/org.tizen.dynamicanalyzer.cli/src/org/tizen/dynamicanalyzer/cli/commands/StopCommand.java +++ b/org.tizen.dynamicanalyzer.cli/src/org/tizen/dynamicanalyzer/cli/commands/StopCommand.java @@ -60,9 +60,9 @@ public class StopCommand extends Command { System.out.format( "DA tracing finished.%n" + - "Duration: %s%n" + + "Total time: %s%n" + "Tracing time: %s%n" + - " Output: %s%n", + "Output: %s%n", duration, totalStopTime, ctx.getArgs().getOutput()+".zip"); // TODO check if output was created -- 2.7.4