mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 16:10:05 -07:00
handshake: add package name to message
This commit is contained in:
parent
39d2fdb841
commit
e1eb7413f5
2
kiss
2
kiss
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user