Pārlūkot izejas kodu

improve scan_printf ci script error message

Urs Hanselmann 2 gadi atpakaļ
vecāks
revīzija
4fa433c8ff
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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