1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

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

2
kiss
View File

@ -1016,7 +1016,7 @@ pkg_install() {
sum_old=$("$grep" "$file$" "$mak_dir/c") sum_old=$("$grep" "$file$" "$mak_dir/c")
} 2>/dev/null ||: } 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' "Previous: ${sum_old:-null}"
printf '%s\n' "System: ${sum_sys:-null}" printf '%s\n' "System: ${sum_sys:-null}"
printf '%s\n' "New: ${sum_new:-null}" printf '%s\n' "New: ${sum_new:-null}"