fix build

This commit is contained in:
Antonio Andelic 2024-02-06 10:18:02 +01:00 committed by GitHub
parent 754b73a38b
commit 1279964866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -454,7 +454,7 @@ void KeeperStorageSnapshot::deserialize(SnapshotDeserializationResult & deserial
#else
throw Exception(ErrorCodes::LOGICAL_ERROR, "Children counter in stat.numChildren {}"
" is different from actual children size {} for node {}",
itr.value.stat.numChildren, itr.value.getChildren().size(), itr.key);
itr.value.numChildren(), itr.value.getChildren().size(), itr.key);
#endif
}
}