1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Fix small event log bug.

[originally from svn r6819]
This commit is contained in:
Simon Tatham 2006-08-28 11:33:51 +00:00
parent 8fe46f4b05
commit 0ceeaf2b96

View 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);
}