diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenutil/cache/rpcrecording.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenutil/cache/rpcrecording.cpp b/src/zenutil/cache/rpcrecording.cpp index 8ccebdbbc..1dba038ee 100644 --- a/src/zenutil/cache/rpcrecording.cpp +++ b/src/zenutil/cache/rpcrecording.cpp @@ -994,6 +994,10 @@ RecordedRequestsReader::BeginRead(const std::filesystem::path& BasePath, bool In TotalRequestCount += Info.RequestCount; MaxSegmentIndex = Max(MaxSegmentIndex, Info.SegmentIndex); } + else + { + ZEN_WARN("invalid segment metadata found in '{}' - ignoring", ZcbPath); + } } } } |