From 2bc4a01f8728f75da90890b49d9a339b2a5c0720 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 18 Dec 2015 10:57:31 +0100 Subject: cac: echo to &2 , add timestamp to update --- cac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3