Merge "libsnapshot: CHECK -> CHECK_EQ" into main
This commit is contained in:
commit
007f95d721
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace snapshot {
|
|||
|
||||
SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) {
|
||||
static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath());
|
||||
CHECK(g_instance.path_ == parent.GetMergeStateFilePath());
|
||||
CHECK_EQ(g_instance.path_, parent.GetMergeStateFilePath());
|
||||
return &g_instance;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue