From e4656e7d6557267ffa7e49b34522940bc46f5950 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Feb 2020 18:39:22 +0200 Subject: [PATCH] handshake: better messages --- kiss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kiss b/kiss index 543d13f..45d54e2 100755 --- a/kiss +++ b/kiss @@ -1026,7 +1026,7 @@ pkg_install() { case ${sum_old:-null}${sum_sys:-null}${sum_new} in # old = Y, sys = X, new = Y ${sum_new}${sum_sys}${sum_old}) - log "Skipping $file." + log "Skipping $file" continue ;; @@ -1036,13 +1036,13 @@ pkg_install() { ${sum_old}${sum_old}${sum_old}|\ ${sum_old:-null}${sum_sys}${sum_sys}|\ ${sum_sys}${sum_old}*) - log "Installing $file." + log "Installing $file" new= ;; # All other cases. *) - log "($pkg_name) WARN: saving /$file as /$file.new" + log WARN "($pkg_name) saving /$file as /$file.new" new=.new ;; esac