Merge "Make deprecated() output to stderr"

This commit is contained in:
Jenkins 2017-01-03 19:53:44 +00:00 committed by Gerrit Code Review
commit fefd3e9c46

View File

@ -216,7 +216,7 @@ function die_if_not_set {
function deprecated {
local text=$1
DEPRECATED_TEXT+="\n$text"
echo "WARNING: $text"
echo "WARNING: $text" >&2
}
# Prints line number and "message" in error format