mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05: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;
|
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);
|
logevent(serial->frontend, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user