From 940dc10729cb5a95b7ee82c10184e2b9621c8a1d Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Wed, 14 Sep 2022 00:13:13 +0000 Subject: upstream: a little extra debugging OpenBSD-Commit-ID: edf1601c1d0905f6da4c713f4d9cecc7d1c0295a --- ssh-agent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh-agent.c b/ssh-agent.c index ddda4d77..0aef07eb 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.290 2022/09/14 00:02:03 djm Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.291 2022/09/14 00:13:13 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -845,6 +845,7 @@ process_sign_request2(SocketEntry *e) /* Success */ ok = 0; send: + debug_f("good signature"); notify_complete(notifier, "User presence confirmed"); if (ok == 0) { -- cgit v1.2.3