chore: adjust debug log

This commit is contained in:
Cary Xu 2022-09-27 18:42:42 +08:00
parent 8943fd2fc2
commit ddf121496f
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ _exit:
ASSERT(0);
// tsdbFSRollback(pTsdb->pFS);
} else {
tsdbInfo("vgId:%d, tsdb do retention %d succeed, time:%" PRIi64 "max speed:%" PRIi64, TD_VID(pTsdb->pVnode),
tsdbInfo("vgId:%d, tsdb do retention %d succeed, time:%" PRIi64 ", max speed:%" PRIi64, TD_VID(pTsdb->pVnode),
retention, now, maxSpeed);
}
return code;