From 15c894dfb41db3ea3290bdf8f958fd9e3503c4bb Mon Sep 17 00:00:00 2001 From: Aaron Janse Date: Mon, 9 Nov 2020 16:43:06 -0800 Subject: [PATCH] use _verbose for pinentry-curses in ask_password --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index f7da1ec..8202de9 100755 --- a/tomb +++ b/tomb @@ -480,7 +480,7 @@ ask_password() { if _is_found "pinentry-curses"; then _verbose "using pinentry-curses" - _warning "Detected DISPLAY, but only pinentry-curses is found." + _verbose "Detected DISPLAY, but only pinentry-curses is found." output=$(pinentry_assuan_getpass | pinentry-curses) else _failure "Cannot find any pinentry: impossible to ask for password."