提交 6471b349 authored 作者: blu's avatar blu

refactor of delta config

上级 1004d614
...@@ -583,7 +583,7 @@ protected: ...@@ -583,7 +583,7 @@ protected:
} }
void debugFilesRing(){ void debugFilesRing(){
spdlog::info("evslicer {} debug files ring. segHead: {}, isFull: {}, max: {}", this->segHead, this->bSegFull, this->numSlices); spdlog::info("evslicer {} debug files ring. segHead: {}, isFull: {}, max: {}",this->selfId, this->segHead, this->bSegFull, this->numSlices);
int idx = 0; int idx = 0;
for(auto &i: this->vTsActive) { for(auto &i: this->vTsActive) {
spdlog::info("\t\t vTsActive[{}]: {}, {}", idx, i, videoFileTs2Name(i)); spdlog::info("\t\t vTsActive[{}]: {}, {}", idx, i, videoFileTs2Name(i));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论