chore: adjust debug log
This commit is contained in:
parent
8943fd2fc2
commit
ddf121496f
|
@ -278,7 +278,7 @@ _exit:
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
// tsdbFSRollback(pTsdb->pFS);
|
// tsdbFSRollback(pTsdb->pFS);
|
||||||
} else {
|
} 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);
|
retention, now, maxSpeed);
|
||||||
}
|
}
|
||||||
return code;
|
return code;
|
||||||
|
|
Loading…
Reference in New Issue