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:
parent
8fe46f4b05
commit
0ceeaf2b96
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user