diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 19:15:51 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 19:15:51 -0500 |
commit | 61e2d92c43953537855e89b744844b0af7b84700 (patch) | |
tree | cb08a43901e47c1395f27365d0cbf055a05d7c82 /pm | |
parent | f5419be4798d653a76e18e598236b140450ea127 (diff) |
Prettify logging a bit more.
Now with added timestamps, so you can see how long running all the hooks takes.
Diffstat (limited to 'pm')
-rw-r--r-- | pm/pm-functions.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/pm-functions.in b/pm/pm-functions.in index 09169e4..6ea3e75 100644 --- a/pm/pm-functions.in +++ b/pm/pm-functions.in @@ -173,7 +173,7 @@ run_hooks() { elif [ -f "$phooks/$base" ]; then hook="$phooks/$base" fi - log -n "${hook} $2:" + log -n "${hook} $2: " hook_ok "$hook" && ( IFS="${oifs}" "${hook}" $2 |