*out[0] = (uint32_t)tmp;   /* nrOfMsgs */
     *out[7] = 1;   /* status: Event Builder is on */
     if(evtbuildDebug) {
-      printf("<E> evtbuild.c: Worker_getStatistic::nrOfMsgs = %lu\n", tmp);
-      printf("<E> evtbuild.c: status = %lu\n", (unsigned long)1);
+      printf("<I> evtbuild.c: Worker_getStatistic::nrOfMsgs = %lu\n", tmp);
+      printf("<I> evtbuild.c: status = %lu\n", (unsigned long)1);
     }
   }
 
   else {
     *out[3] = (uint32_t)tmp;
 
-    if( ((long)(*out[3]) - (long)temp[3]) > 0 )
+    if( ((long)(*out[3]) - (long)temp[3]) >= 0 )
       *out[10] = (long)(*out[3]) - (long)temp[3]; /* calculate evtDisc rate */
     else
       *out[10] = *out[3];