From: hadaq Date: Wed, 7 Jul 2010 08:50:19 +0000 (+0000) Subject: printDebug fixed. Sergey X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=035b77c7539156acd5f3843f88ef451c6532ca96;p=daqdata.git printDebug fixed. Sergey --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 0c8122d..5299947 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.119 2010-07-07 08:43:14 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.120 2010-07-07 08:50:19 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L #define SYSLOG_NAMES @@ -877,7 +877,7 @@ static void printDebug(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug if (theArgs->debug_trignr) { printf("%7s", "trigNr"); for (i = 0; i < theArgs->nrOfMsgs; i++) { - printf("%9x", theDebug->evtsLastBuilt[i]); + printf(" %08x", theDebug->evtsLastBuilt[i]); } printf("\n"); }