]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Bugfix.
authorsailer <sailer>
Tue, 22 Jul 2003 13:31:31 +0000 (13:31 +0000)
committersailer <sailer>
Tue, 22 Jul 2003 13:31:31 +0000 (13:31 +0000)
-- Benjamin Sailer

allParam/ca/server/paramServer.cc

index a91ea67be3c9988e0d68a215304cb4ee69f67255..6f997e165263a4f7fe2d7cebea65bf1a6634b657 100644 (file)
@@ -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);