diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 16:33:48 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 16:33:48 +0000 |
commit | 19935b2c3ffa3b6d0a605e8caff028e060b3c776 (patch) | |
tree | ad5a4bae01aa25afc24f23da614818780ad1bc66 /kiss | |
parent | 7d7270ae4ea1d36dec85f17b59ef2797020c6556 (diff) | |
download | cpt-19935b2c3ffa3b6d0a605e8caff028e060b3c776.tar.gz |
handshake: add package name to message
FossilOrigin-Name: 41261b3ef71ffd419ba19428c26133a6ca965b979d3d0cad45385262ef24739f
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |