From: hadaq Date: Thu, 17 Jun 2010 15:56:15 +0000 (+0000) Subject: sizes print out added for newly properly built event. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ddb58ca6835c03cb4bcd721d59b223670a316334;p=daqdata.git sizes print out added for newly properly built event. Sergey. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 92a58e0..ffb0e1d 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -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"); }