*** empty log message ***
authorhadaq <hadaq>
Wed, 18 Aug 2010 12:39:04 +0000 (12:39 +0000)
committerhadaq <hadaq>
Wed, 18 Aug 2010 12:39:04 +0000 (12:39 +0000)
ebctrl/ioc/ebctrlApp/src/errbit2.c

index 683ca5c2754c4a3fec756e3fafe44192bd1d8f57..aa3638eb2c4cf94fd9d18951f208f600568ce855 100644 (file)
@@ -57,7 +57,7 @@ long errbit2_proc( struct genSubRecord *pgsub )
   
   if( Worker_getStatistic( buf, "nrOfMsgs", &nrOfMsgs ) == -1) {
     if(errbit2Debug)
-      printf("<E> errbit.c: Worker_getStatistic failed for nrOfMsgs!\n");
+      printf("<E> errbit2.c: Worker_getStatistic failed for nrOfMsgs!\n");
   }
   
   char errbitbuf[100];
@@ -68,13 +68,13 @@ long errbit2_proc( struct genSubRecord *pgsub )
     if( Worker_getStatistic( buf, errbitbuf, &tmp ) == -1) {
       
       if(errbit2Debug)
-       printf("<E> errbit.c: Worker_getStatistic failed for %s!\n", errbitbuf);
+       printf("<E> errbit2.c: Worker_getStatistic failed for %s!\n", errbitbuf);
     }
     else{
       *out[i-shift] = (uint32_t)tmp;
       
       if(errbit2Debug)
-       printf("<I> errbit.c: Worker_getStatistic::%s = %lu\n", errbitbuf, tmp);
+       printf("<I> errbit2.c: Worker_getStatistic::%s = %lu\n", errbitbuf, tmp);
     }
   }