From 0fded72147e60d7193c393e6de68493258501e7a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 27 Mar 2009 18:02:49 -0400 Subject: trying to make m gen-subkey more responsive in the face of errors, and clearer to the user about what is going on. --- src/share/common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/share/common') diff --git a/src/share/common b/src/share/common index d6e4949..c8d44f6 100644 --- a/src/share/common +++ b/src/share/common @@ -304,6 +304,8 @@ passphrase_prompt() { local PASS if [ "$DISPLAY" ] && which "${SSH_ASKPASS:-ssh-askpass}" >/dev/null; then + printf 'Launching "%s"\n' "${SSH_ASKPASS:-ssh-askpass}" | log info + printf '(with prompt "%s")\n' "$prompt" | log debug "${SSH_ASKPASS:-ssh-askpass}" "$prompt" > "$fifo" else read -s -p "$prompt" PASS -- cgit v1.2.3