[metadata_checker] Fix expected ref-counts in data space map comparison
This commit is contained in:
		@@ -318,7 +318,7 @@ namespace {
 | 
				
			|||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			for (block_address b = 0; b < nr_blocks; b++) {
 | 
								for (block_address b = 0; b < nr_blocks; b++) {
 | 
				
			||||||
				auto a_count = actual->get_count(b);
 | 
									auto a_count = actual->get_count(b);
 | 
				
			||||||
				auto e_count = actual->get_count(b);
 | 
									auto e_count = expected->get_count(b);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				if (a_count != e_count) {
 | 
									if (a_count != e_count) {
 | 
				
			||||||
					out << "data reference counts differ for block " << b
 | 
										out << "data reference counts differ for block " << b
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user