[openssh-commits] [openssh] 03/05: upstream: correct function name in debug message

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 15 13:41:46 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 22a82712e89bf17c27427aeba15795fb4011a0c2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 15 02:20:06 2019 +0000

    upstream: correct function name in debug message
    
    OpenBSD-Commit-ID: 2482c99d2ce448f39282493050f8a01e3ffc39ab
---
 sk-usbhid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sk-usbhid.c b/sk-usbhid.c
index c0a6bd0d..f81dc8f2 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -113,7 +113,7 @@ skdebug(const char *func, const char *fmt, ...)
 	va_start(ap, fmt);
 	xvasprintf(&msg, fmt, ap);
 	va_end(ap);
-	debug("%s: %s", __func__, msg);
+	debug("%s: %s", func, msg);
 	free(msg);
 #elif defined(SK_DEBUG)
 	va_list ap;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list