From: hadaq Date: Wed, 14 Jul 2010 14:32:24 +0000 (+0000) Subject: Corrected diskNr to diskNrEB. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f313b49a54236f3655c32d5315a3677961ca77b9;p=daqdata.git Corrected diskNr to diskNrEB. Sergey. --- diff --git a/ebctrl/ioc/ebctrlApp/src/evtbuild.c b/ebctrl/ioc/ebctrlApp/src/evtbuild.c index 6029e8a..993fca6 100644 --- a/ebctrl/ioc/ebctrlApp/src/evtbuild.c +++ b/ebctrl/ioc/ebctrlApp/src/evtbuild.c @@ -130,9 +130,9 @@ long evtbuild_proc( struct genSubRecord *pgsub ) if(evtbuildDebug) printf(" evtbuild.c: Worker_getStatistic failed for dataMover!\n"); - if( Worker_getStatistic( buf, "diskNr", out[12] ) == -1) + if( Worker_getStatistic( buf, "diskNrEB", out[12] ) == -1) if(evtbuildDebug) - printf(" evtbuild.c: Worker_getStatistic failed for diskNr!\n"); + printf(" evtbuild.c: Worker_getStatistic failed for diskNrEB!\n"); char ebbuf[100]; for( i=0; i<(*out[0]); i++ ) {