refactor: disable some logs.

This commit is contained in:
Haojun Liao 2023-09-10 11:02:32 +08:00
parent 85a5c45098
commit 4ffb4a5b1f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ static void fillBucket(STokenBucket* pBucket) {
} }
pBucket->fillTimestamp = now; 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);
} }
} }