add WARNING prefix

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-09-20 17:43:28 +02:00
parent d351029cea
commit a49665ce3d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
echo "Type __addifnosuchline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2
echo "WARNING: Type __addifnosuchline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2

View File

@ -1 +1 @@
echo "Type __removeline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2
echo "WARNING: Type __removeline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2