add logging

This commit is contained in:
Jakobus Schürz 2023-05-30 17:19:58 +02:00
parent c261a5a9bf
commit 2bf3ee7a56

View file

@ -379,6 +379,7 @@ ssh_runinagent () {
ret=99 ret=99
fi fi
loginfo "SSH_AUTH_SOCK: ${SSH_AUTH_SOCK}"
return $ret return $ret
} }