From 66d5cf545686784896820cf9b7f4eb60a2678a37 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 20 May 2016 19:51:12 +0200 Subject: [PATCH] Fixed log mechanism To avoid echoing only log what is received from tty device. --- src/tty.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tty.c b/src/tty.c index a701e81..8348914 100644 --- a/src/tty.c +++ b/src/tty.c @@ -352,10 +352,6 @@ int connect_tty(void) if (status < 0) warning_printf("Could not write to tty device"); - /* Write to log */ - if (option.log) - log_write(output_char); - /* Update transmit statistics */ tx_total++;