add WARNING prefix
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d351029cea
commit
a49665ce3d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue