From bc51302ab34ad1492d78974a0912795a66a07725 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 11 Jan 2001 13:19:11 +0000 Subject: [PATCH 1/1] Remove rogue debug statement git-svn-id: svn://svn.tartarus.org/sgt/putty@855 cda61777-01e9-0310-a592-d414129be87e --- winnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winnet.c b/winnet.c index 88fbae0e..86ae41c8 100644 --- a/winnet.c +++ b/winnet.c @@ -216,7 +216,7 @@ SockAddr sk_namelookup(char *host, char **canonicalname) { LPVOID lpMsgBuf; FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&lpMsgBuf, 0, NULL); - debug(("Error %ld: %s (h=%lx)\n", err, lpMsgBuf, h)); + /*debug(("Error %ld: %s (h=%lx)\n", err, lpMsgBuf, h));*/ /* Free the buffer. */ LocalFree(lpMsgBuf); } -- 2.11.0