summaryrefslogtreecommitdiffstats
path: root/cac
diff options
context:
space:
mode:
Diffstat (limited to 'cac')
-rwxr-xr-xcac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cac b/cac
index b61039f..bde47fd 100755
--- a/cac
+++ b/cac
@@ -80,7 +80,7 @@ __cac_cli__console() {(
_maybe_update(){
if test ! -r "$1" -o -n "${always_update:-}" ;then
- echo "updating cache file" 2>&1
+ echo "$(date -Is) updating cache file" >&2
__cac_cli__update
fi
}