diff loadtools/ttypassthru.c @ 10:e2e80a09338e

fc-sertool actually works; output from loadagent is visible!
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 01 May 2013 03:41:42 +0000
parents aa1f6fe16fef
children dfd3110d84e3
line wrap: on
line diff
--- a/loadtools/ttypassthru.c	Wed May 01 02:43:17 2013 +0000
+++ b/loadtools/ttypassthru.c	Wed May 01 03:41:42 2013 +0000
@@ -73,7 +73,7 @@
 	my_termios.c_cc[VTIME] = 0;
 	tcsetattr(0, TCSAFLUSH, &my_termios);
 
-	printf("Entering tty pass-thru; type ^\\ to exit\r\n");
+	printf("Entering tty pass-thru; type ^\\ to exit\r\n\n");
 	loop();
 	tcsetattr(0, TCSAFLUSH, &saved_termios);
 	return 0;