From e1eb7413f55368141e57b0dc22e7ed75c4d106ab Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Feb 2020 18:33:48 +0200 Subject: [PATCH] handshake: add package name to message --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index cbcd878..543d13f 100755 --- a/kiss +++ b/kiss @@ -1016,7 +1016,7 @@ pkg_install() { sum_old=$("$grep" "$file$" "$mak_dir/c") } 2>/dev/null ||: - log "Doing 3-way handshake for $file" + log "$pkg_name" "Doing 3-way handshake for $file" printf '%s\n' "Previous: ${sum_old:-null}" printf '%s\n' "System: ${sum_sys:-null}" printf '%s\n' "New: ${sum_new:-null}"