X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=edaf7f9c7872dad1808f941d99a9fb416a9c68f4;hp=d3a43b9a2de32fe50f2a42009cbcfb7830972985;hb=95ef8f79c9ae684e07568653b0c68ea669188e9f;hpb=5fde5b4d4abeb795f71101d1fd3524f8a27971eb diff --git a/daemon.c b/daemon.c index d3a43b9a..edaf7f9c 100644 --- a/daemon.c +++ b/daemon.c @@ -101,7 +101,8 @@ void close_log(FILE* logfile) */ void log_welcome(const char *whoami, int loglevel) { - PARA_INFO_LOG("welcome to %s " VERSION " ("BUILD_DATE")\n", whoami); + PARA_INFO_LOG("welcome to %s " PACKAGE_VERSION " ("BUILD_DATE")\n", + whoami); PARA_DEBUG_LOG("using loglevel %d\n", loglevel); }