* Show some progress.
This commit is contained in:
		
							parent
							
								
									4661282fde
								
							
						
					
					
						commit
						6ac237e242
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -824,6 +824,7 @@ void verifyStore(bool checkContents)
 | 
				
			||||||
            invalidatePath(txn, *i);
 | 
					            invalidatePath(txn, *i);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            if (checkContents) {
 | 
					            if (checkContents) {
 | 
				
			||||||
 | 
					                debug(format("checking contents of `%1%'") % *i);
 | 
				
			||||||
                Hash expected = queryHash(txn, *i);
 | 
					                Hash expected = queryHash(txn, *i);
 | 
				
			||||||
                Hash current = hashPath(expected.type, *i);
 | 
					                Hash current = hashPath(expected.type, *i);
 | 
				
			||||||
                if (current != expected) {
 | 
					                if (current != expected) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue