소스 검색

improve scan_printf ci script error message

Urs Hanselmann 2 년 전
부모
커밋
4fa433c8ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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