diff --git a/functions-common b/functions-common index 9423f9ed90..8d03b88d24 100644 --- a/functions-common +++ b/functions-common @@ -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