Ver Fonte

improve scan_printf ci script error message

Urs Hanselmann há 2 anos atrás
pai
commit
4fa433c8ff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/scan_printf.sh

+ 1 - 1
scripts/scan_printf.sh

@@ -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