refactor: disable some logs.
This commit is contained in:
parent
85a5c45098
commit
4ffb4a5b1f
|
@ -358,7 +358,7 @@ static void fillBucket(STokenBucket* pBucket) {
|
|||
}
|
||||
|
||||
pBucket->fillTimestamp = now;
|
||||
qInfo("new token available, current:%d, inc:%d ts:%"PRId64, pBucket->numOfToken, inc, now);
|
||||
qDebug("new token available, current:%d, inc:%d ts:%"PRId64, pBucket->numOfToken, inc, now);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue