diff --git a/perfmon.c b/perfmon.c index 82abad67..d86c8ddf 100644 --- a/perfmon.c +++ b/perfmon.c @@ -125,7 +125,7 @@ int IncrementPerfMon(pPerfMon self) self->tLast = tCurrent; self->tTarget = tCurrent + self->iInteg; 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; }