]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
printDebug fixed. Sergey
authorhadaq <hadaq>
Wed, 7 Jul 2010 08:50:19 +0000 (08:50 +0000)
committerhadaq <hadaq>
Wed, 7 Jul 2010 08:50:19 +0000 (08:50 +0000)
hadaq/evtbuild.c

index 0c8122df9fac9b50bae6e59298cc06c2aeeb1fa1..5299947bc6a989ec39e94862ec459ef0ab53c922 100644 (file)
@@ -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");
        }