summaryrefslogtreecommitdiffstats
path: root/ci/03-maasdeploy.sh
diff options
context:
space:
mode:
authorMartin Kulhavy <martin.kulhavy@nokia.com>2017-08-15 16:04:11 +0300
committerMartin Kulhavy <martin.kulhavy@nokia.com>2017-08-15 16:04:11 +0300
commit0ab327d6ccdc62f75d6693bea29f3bf41e60c14c (patch)
tree3b8d884bf758c9843a7e7404a51b865c1b36e01a /ci/03-maasdeploy.sh
parentb46de9e8a6d2a87d6e475b6ee9bf66c2c2b9761f (diff)
Improve and highlight logging to console (2)
xtrace produces a lot of output that can be hard to read. This commit uses extra functions for formatted output (info and error), so that they stand out in the log and make it easier for the user to understand what is currently happening. Building up on change #38909: https://gerrit.opnfv.org/gerrit/38909 Change-Id: I0ddf9e0d3a12a62ae45c56d33a8d48c335b618a0 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Diffstat (limited to 'ci/03-maasdeploy.sh')
-rwxr-xr-xci/03-maasdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh
index 6d33691e..5ed39341 100755
--- a/ci/03-maasdeploy.sh
+++ b/ci/03-maasdeploy.sh
@@ -671,4 +671,4 @@ fi
#
# End of scripts
#
-echo_info " .... MAAS deployment finished successfully ...."
+echo_info "MAAS deployment finished successfully"