diff options
author | djm@openbsd.org <djm@openbsd.org> | 2023-07-10 06:51:26 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-07-14 07:33:29 +0200 |
commit | 4b43bc358ae6f6b19a973679246dc5172f6ac41b (patch) | |
tree | c55b8bcc13465484922e1a76428131e1a09a9bb8 /ssh-agent.c | |
parent | replace deprecate selinux matchpathcon function (diff) | |
download | openssh-4b43bc358ae6f6b19a973679246dc5172f6ac41b.tar.xz openssh-4b43bc358ae6f6b19a973679246dc5172f6ac41b.zip |
upstream: misplaced debug message
OpenBSD-Commit-ID: d0f12af0a5067a756aa707bc39a83fa6f58bf7e5
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index c72518ba3..9a9749430 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.298 2023/03/31 04:45:08 dtucker Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.299 2023/07/10 04:51:26 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -843,8 +843,8 @@ process_sign_request2(SocketEntry *e) } /* Success */ ok = 0; - send: debug_f("good signature"); + send: notify_complete(notifier, "User presence confirmed"); if (ok == 0) { |