-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
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");
}