Merge "Remove SCREEN_LOGDIR from devstack"

This commit is contained in:
Jenkins 2017-10-06 07:46:18 +00:00 committed by Gerrit Code Review
commit 0b8d4c6083
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ function err() {
set +o xtrace
local msg="[ERROR] ${BASH_SOURCE[2]}:$1 $2"
echo $msg 1>&2;
if [[ -n ${SCREEN_LOGDIR} ]]; then
echo $msg >> "${SCREEN_LOGDIR}/error.log"
fi
$errXTRACE
return $exitcode
}