diff libfdproto/init.c @ 687:026802543f57

Prepare for new message log facility
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 19 Jan 2011 17:08:21 +0900
parents 2e94ef0515d7
children 16c373df0947
line wrap: on
line diff
--- a/libfdproto/init.c	Wed Jan 19 14:35:14 2011 +0900
+++ b/libfdproto/init.c	Wed Jan 19 17:08:21 2011 +0900
@@ -50,6 +50,9 @@
 		return ret;
 	}
 	
+	/* Set the debug stream */
+	fd_g_debug_fstr = stdout;
+	
 	/* Initialize the modules that need it */
 	fd_msg_eteid_init();
 	CHECK_FCT( fd_sess_init() );
"Welcome to our mercurial repository"