a little extra debugging
authordjm <djm@openbsd.org>
Wed, 14 Sep 2022 00:13:13 +0000 (00:13 +0000)
committerdjm <djm@openbsd.org>
Wed, 14 Sep 2022 00:13:13 +0000 (00:13 +0000)
usr.bin/ssh/ssh-agent.c

index 763fb3d..27f2442 100644 (file)
@@ -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 <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -832,6 +832,7 @@ process_sign_request2(SocketEntry *e)
        /* Success */
        ok = 0;
  send:
+       debug_f("good signature");
        notify_complete(notifier, "User presence confirmed");
 
        if (ok == 0) {