]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhadaq <hadaq>
Mon, 23 Aug 2010 12:43:52 +0000 (12:43 +0000)
committerhadaq <hadaq>
Mon, 23 Aug 2010 12:43:52 +0000 (12:43 +0000)
hadaq/evtbuild.c

index 100b14d2aa4d513125227a424cca2c5c90c595c1..98de09ba065490f261f33c0fd9a25d9b0cbc7992 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.130 2010-08-23 12:42:14 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.131 2010-08-23 12:43:52 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -2088,9 +2088,6 @@ static int rfio_openConnection(TheArgs *theArgs, TheStats *theStats)
                pcc++;
                strncpy(pcc, "\0", 1);  /* terminates after node name */
 
-               fprintf(stderr, "<I> evtbuild.c, rfio_fopen(): trying to open connection to Data Mover: %s\n", rfioBase);
-               sprintf(msglog, "<I> rfio_fopen: opening connection to Data Mover: %s", rfioBase);
-               storeLogInfo(theArgs, msglog);
                /* fRemote = rfio_fopen( rfioBase, "wb" ); */
 
                char pcDataMover[16];   /* name of the Data Mover */
@@ -2111,8 +2108,9 @@ static int rfio_openConnection(TheArgs *theArgs, TheStats *theStats)
                                   __FILE__, __LINE__, piDataMover, strerror(errno));
                        exit(EXIT_FAILURE);
                } else {
-                       fprintf(stderr, "<I> evtbuild.c, rfio_fopen(): trying to open connection to Data Mover: slxdm%d\n", piDataMover);
-                       sprintf(msglog, "<I> rfio_fopen: opening connection to Data Mover: slxdm%d", piDataMover);
+                       fprintf(stderr, "<I> evtbuild.c, rfio_fopen(): opened connection to Data Mover: slxdm%d\n", piDataMover);
+                       sprintf(msglog, "<I> rfio_fopen: opened connection to Data Mover: slxdm%d", piDataMover);
+                       storeLogInfo(theArgs, msglog);
                }
 
                /* Save to stats */