=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.524 retrieving revision 1.525 diff -u -r1.524 -r1.525 --- src/usr.bin/ssh/ssh.c 2020/04/03 04:03:51 1.524 +++ src/usr.bin/ssh/ssh.c 2020/04/03 04:06:26 1.525 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.524 2020/04/03 04:03:51 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.525 2020/04/03 04:06:26 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1652,7 +1652,7 @@ if (forward_confirms_pending == -1) return; if (--forward_confirms_pending == 0) { - debug("%s: all expected forwarding replies received"); + debug("%s: all expected forwarding replies received", __func__); if (fork_after_authentication_flag) fork_postauth(); } else {