diff options
author | Jim Pryor <profjim@jimpryor.net> | 2009-08-11 18:49:03 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-09-07 11:46:17 +0200 |
commit | 3e6d122b2fba58080d3aa3e94d766084d3d42f91 (patch) | |
tree | 63b888e5c6b20eb334b615441848dd619ebd2e19 /contrib | |
parent | 47e89de7b8cbb9b26f1e4471702c9def3063f940 (diff) | |
download | netctl-3e6d122b2fba58080d3aa3e94d766084d3d42f91.tar.gz netctl-3e6d122b2fba58080d3aa3e94d766084d3d42f91.tar.xz |
i/o tweaks
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/logging.hook | 1 |
1 files changed, 1 insertions, 0 deletions
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 |