From 46bbdf19d830cdfe939071c1364588a34aa554b0 Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Tue, 11 Apr 2017 11:06:55 +0200 Subject: [PATCH] Avoid using printheader --- utils/ci/check_manual_usage_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 9c227c8..677b673 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -26,7 +26,7 @@ W() { rm -f ${SUBF} if [ ! "$RES" = "0" ]; then sync - printheader "(Debug) Error while waiting for a pattern to appear in screenlog.0" + echo "(Debug) Error while waiting for a pattern to appear in screenlog.0" strings screenlog.0 fi return ${RES} -- 2.17.1