From 3c069bea01765ef7689d370bdf9cbca20566c8c8 Mon Sep 17 00:00:00 2001 From: sailer Date: Tue, 22 Jul 2003 13:31:31 +0000 Subject: [PATCH] Bugfix. -- Benjamin Sailer --- allParam/ca/server/paramServer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allParam/ca/server/paramServer.cc b/allParam/ca/server/paramServer.cc index a91ea67..6f997e1 100644 --- a/allParam/ca/server/paramServer.cc +++ b/allParam/ca/server/paramServer.cc @@ -1,5 +1,5 @@ static const char rcsId[] = - "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/allParam/ca/server/paramServer.cc,v 1.9 2003-07-22 13:29:38 sailer Exp $"; + "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/allParam/ca/server/paramServer.cc,v 1.10 2003-07-22 13:31:31 sailer Exp $"; #define _POSIX_C_SOURCE 199506L #define SYSLOG_NAMES @@ -136,7 +136,7 @@ int main(int argc, char *argv[]) syslog(LOG_ERR, "Cannot allocate memory for the RecordSet. Exiting."); exit(EXIT_FAILURE); } - syslog(LOG_INFO, "Parameter Server ready", ); + syslog(LOG_INFO, "Parameter Server ready"); cas->setDebugLevel(0u); -- 2.43.0