]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix small event log bug.
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 11:33:51 +0000 (11:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 11:33:51 +0000 (11:33 +0000)
[originally from svn r6819]

windows/winser.c

index fac04b1d8b78e15f5179b14dcf26571241537e36..f50eea13794de0410142de5967240b39ff6dd3d0 100644 (file)
@@ -223,7 +223,7 @@ static const char *serial_init(void *frontend_handle, void **backend_handle,
     serial->frontend = frontend_handle;
 
     {
-       char *msg = dupprintf("Opening serial device %s", host);
+       char *msg = dupprintf("Opening serial device %s", cfg->serline);
        logevent(serial->frontend, msg);
     }