Reduced severity of perfmon log message in order to reduce log clutter
This commit is contained in:
@ -125,7 +125,7 @@ int IncrementPerfMon(pPerfMon self)
|
|||||||
self->tLast = tCurrent;
|
self->tLast = tCurrent;
|
||||||
self->tTarget = tCurrent + self->iInteg;
|
self->tTarget = tCurrent + self->iInteg;
|
||||||
InvokeCallBack(self->pCall, VALUECHANGE, &self->fCPS);
|
InvokeCallBack(self->pCall, VALUECHANGE, &self->fCPS);
|
||||||
traceSys("perfmon","%d:%f", self->iInteg, self->fCPS);
|
LogIS(VERBOSE,SSYS,"perfmon","%d:%f", self->iInteg, self->fCPS);
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user