improve scan_printf ci script error message
parent
1520aff680
commit
4fa433c8ff
|
@ -8,7 +8,7 @@ grep \
|
||||||
|
|
||||||
if [ $? ]
|
if [ $? ]
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue