summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-27 09:23:13 +0800
committerRico Lin <rico.l@inwinstack.com>2016-01-17 05:20:40 +0000
commitbb9d34c33f9f16e792f7ff60d7d3ae890ab626b2 (patch)
tree352eeff823f19b3784e93b1fd210259faadc35b4 /devstack
parentb445f42ff0396221c1de5abb88884e20c4213b0f (diff)
downloadheat-bb9d34c33f9f16e792f7ff60d7d3ae890ab626b2.tar.gz
use stderr for error echo message
Some echo message contain error or warning message which better be contain in stderr. And futher more some error message already contain in stderr, but for error message reader, the following information for that echo should be contained as well. Change-Id: I2aac631df19829218d446150c91cf6d50aa5e7e7
Diffstat (limited to 'devstack')
-rwxr-xr-xdevstack/upgrade/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/upgrade/upgrade.sh b/devstack/upgrade/upgrade.sh
index a699c6cd5..87ea43abe 100755
--- a/devstack/upgrade/upgrade.sh
+++ b/devstack/upgrade/upgrade.sh
@@ -23,7 +23,7 @@ cleanup() {
set +o errexit
echo "*********************************************************************"
- echo "ERROR: Abort $0"
+ echo "ERROR: Abort $0" >&2
echo "*********************************************************************"
# Kill ourselves to signal any calling process