handshake: add package name to message

This commit is contained in:
Dylan Araps 2020-02-19 18:33:48 +02:00
parent 39d2fdb841
commit e1eb7413f5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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}"