From 3e6d122b2fba58080d3aa3e94d766084d3d42f91 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 11 Aug 2009 12:49:03 -0400 Subject: i/o tweaks Signed-off-by: Jim Pryor --- contrib/logging.hook | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/logging.hook b/contrib/logging.hook index b314dd1..8a9f75f 100755 --- a/contrib/logging.hook +++ b/contrib/logging.hook @@ -82,6 +82,7 @@ function report_fail { function report_success { if [[ -n "$*" ]]; then stat_append "- $*" + REPORT_TRYING= fi report_log notice "${*:-succeeded}" stat_done -- cgit v1.2.3-24-g4f1b