From: sailer Date: Tue, 22 Jul 2003 13:31:31 +0000 (+0000) Subject: Bugfix. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3c069bea01765ef7689d370bdf9cbca20566c8c8;p=daqdata.git Bugfix. -- Benjamin Sailer --- 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);