improve scan_printf ci script error message

pull/4994/head
Urs Hanselmann 2023-03-04 14:52:49 +01:00
parent 1520aff680
commit 4fa433c8ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ grep \
if [ $? ]
then
echo "Debug statement(s) detected. Please remove, or manually add to exclude filter, if appropriate"
echo "Debug statement(s) detected. Please uncomment (using single-line comment), remove, or manually add to exclude filter, if appropriate"
exit 1
fi