X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d9c40fd6ed72588278c633ee5db5c2eefad6ba7c..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index 197466ea..779ebf43 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -262,6 +262,7 @@ void old_keyfile_warning(void) void logevent(void *frontend, char *string) { + log_eventlog(logctx, string); } int console_get_line(const char *prompt, char *str,