diff options
Diffstat (limited to 'cac')
-rwxr-xr-x | cac | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |