浏览代码

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