commit e1eb7413f55368141e57b0dc22e7ed75c4d106ab
parent 39d2fdb8413910617c5874ec102d0696adb19747
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Wed, 19 Feb 2020 18:33:48 +0200
handshake: add package name to message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}"