Browse Source

improve scan_printf ci script error message

Urs Hanselmann 2 years ago
parent
commit
4fa433c8ff
1 changed files with 1 additions and 1 deletions
  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