summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-18 10:57:31 +0100
committermakefu <github@syntax-fehler.de>2015-12-18 10:57:31 +0100
commit2bc4a01f8728f75da90890b49d9a339b2a5c0720 (patch)
tree6c6f7a3245bbaf4a05dd73585ad448e9e475fe22
parentd0c3a0b6185df7d473285c68e55815bbe914e659 (diff)
cac: echo to &2 , add timestamp to update
-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
}