Fixed merge mistake.

This commit is contained in:
Stephen Atherton 2019-05-22 00:23:31 -07:00
parent ebc96a7e0e
commit f99c36aad2
1 changed files with 1 additions and 1 deletions

View File

@ -1591,7 +1591,7 @@ private:
continue;
}
debug_printf("%p Versioned page set that replaced Page id=%d: %lu versions\n", THIS, pageID, children.size());
debug_printf("%p Versioned page set that replaced Page id=%d: %lu versions\n", THIS, childPageIDs[i], children.size());
if(REDWOOD_DEBUG) {
for(auto &versionedPageSet : children) {
debug_printf("%p version " PRId64 "\n", THIS, versionedPageSet.first);