* Typo.
This commit is contained in:
		
							parent
							
								
									c987061aa4
								
							
						
					
					
						commit
						4af2fdba6d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -766,7 +766,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results) | ||||||
|             while (!prioQueue.empty()) { |             while (!prioQueue.empty()) { | ||||||
|                 checkInterrupt(); |                 checkInterrupt(); | ||||||
|                 Path path = prioQueue.top(); prioQueue.pop(); |                 Path path = prioQueue.top(); prioQueue.pop(); | ||||||
|                 printMsg(lvlInfo, format("deleting `%1%' (last accesses %2%)") % path % showTime("%F %H:%M:%S", atimeComp.cache[path])); |                 printMsg(lvlInfo, format("deleting `%1%' (last accessed %2%)") % path % showTime("%F %H:%M:%S", atimeComp.cache[path])); | ||||||
| 
 | 
 | ||||||
|                 PathSet references; |                 PathSet references; | ||||||
|                 if (isValidPath(path)) references = queryReferencesNoSelf(path); |                 if (isValidPath(path)) references = queryReferencesNoSelf(path); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue