]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winproxy.c
Log the setup of proxied network connections.
[PuTTY.git] / windows / winproxy.c
index 949546000f0c833fb80ed3e7131d7dc1b1675d6c..4430a8cbc9f265dbc53ae000a48af1a9155658e2 100644 (file)
@@ -37,9 +37,7 @@ Socket platform_new_connection(SockAddr addr, const char *hostname,
 
     {
        char *msg = dupprintf("Starting local proxy command: %s", cmd);
-       /* We're allowed to pass NULL here, because we're part of the Windows
-        * front end so we know logevent doesn't expect any data. */
-       logevent(NULL, msg);
+       plug_log(plug, 2, NULL, 0, msg, 0);
        sfree(msg);
     }