changeset 313:082d8f33f645

Temporary fix
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 25 Feb 2009 10:50:44 +0900
parents c2f839305f23
children 192f0c2e0bdf
files waaad/log.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/log.c	Wed Feb 25 10:46:59 2009 +0900
+++ b/waaad/log.c	Wed Feb 25 10:50:44 2009 +0900
@@ -62,6 +62,9 @@
 static int log_init_syslog( void )
 {
 	/* open the log */
+#ifndef PROJECT_NAME
+#define PROJECT_NAME PACKAGE_NAME
+#endif
 	openlog(PROJECT_NAME, LOG_ODELAY, 0);
 	
 	/* Return */
"Welcome to our mercurial repository"