More sensible error handling when we receive an SSH1 public key
[u/mdw/putty] / terminal.c
index bf531ee..00fd7c8 100644 (file)
@@ -3311,6 +3311,7 @@ void term_out(Terminal *term)
     }
 
     term_print_flush(term);
+    logflush(term->logctx);
 }
 
 #if 0