From f313b49a54236f3655c32d5315a3677961ca77b9 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 14 Jul 2010 14:32:24 +0000 Subject: [PATCH] Corrected diskNr to diskNrEB. Sergey. --- ebctrl/ioc/ebctrlApp/src/evtbuild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++ ) { -- 2.43.0