From 035b77c7539156acd5f3843f88ef451c6532ca96 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 7 Jul 2010 08:50:19 +0000 Subject: [PATCH] printDebug fixed. Sergey --- hadaq/evtbuild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.43.0