Fix accidental printError
This commit is contained in:
		
							parent
							
								
									f3e432305a
								
							
						
					
					
						commit
						4ec6eb1fdf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -614,7 +614,7 @@ void copyPaths(ref<Store> srcStore, ref<Store> dstStore, const PathSet & storePa
 | 
				
			||||||
            checkInterrupt();
 | 
					            checkInterrupt();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (!dstStore->isValidPath(storePath)) {
 | 
					            if (!dstStore->isValidPath(storePath)) {
 | 
				
			||||||
                printError("copying ‘%s’...", storePath);
 | 
					                printInfo("copying ‘%s’...", storePath);
 | 
				
			||||||
                copyStorePath(srcStore, dstStore, storePath, repair, checkSigs);
 | 
					                copyStorePath(srcStore, dstStore, storePath, repair, checkSigs);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue