diff svr-session.c @ 317:063cf9e8efea ucc-axis-hack

dropbear_log to stderr since it works now
author Matt Johnston <matt@ucc.asn.au>
date Sat, 01 Apr 2006 12:09:46 +0000
parents dc6173e09ff7
children
line wrap: on
line diff
--- a/svr-session.c	Tue Mar 28 16:04:11 2006 +0000
+++ b/svr-session.c	Sat Apr 01 12:09:46 2006 +0000
@@ -188,7 +188,7 @@
 			datestr[0] = '?'; datestr[1] = '\0';
 		}
 #endif
-		printf( "[%d] %d %s\n", getpid(), timesec, printbuf);
+		fprintf( stderr, "[%d] %d %s\n", getpid(), timesec, printbuf);
 	}
 }