]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
sizes print out added for newly properly built event. Sergey.
authorhadaq <hadaq>
Thu, 17 Jun 2010 15:56:15 +0000 (15:56 +0000)
committerhadaq <hadaq>
Thu, 17 Jun 2010 15:56:15 +0000 (15:56 +0000)
hadaq/evtbuild.c

index 92a58e04ffba2d6f5f66659ad733acd275e040f3..ffb0e1d49bc519cbc0a7ad3f7165c008fc7cdf93 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.113 2010-06-17 15:54:05 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.114 2010-06-17 15:56:15 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -881,9 +881,7 @@ static void printDebug(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug
        if (theArgs->debug_size) {
                printf("%7s", "size");
                for (i = 0; i < theArgs->nrOfMsgs; i++) {
-                       if (j < theDebug->debugSizesCnt[i]) {
-                               printf(" %08x", *theStats->debugSize[i]);
-                       }
+                       printf(" %08x", *theStats->debugSize[i]);
                }
                printf("\n");
        }