forked from ungleich-public/cdist
		
	print progress output in info level for object prepare
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								5a72223ae3
							
						
					
				
			
			
				commit
				
					
						42e1c21f43
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -91,6 +91,7 @@ class ConfigInstall(object):
 | 
				
			||||||
                    self.log.debug("Skipping rerun of object %s", cdist_object)
 | 
					                    self.log.debug("Skipping rerun of object %s", cdist_object)
 | 
				
			||||||
                    continue
 | 
					                    continue
 | 
				
			||||||
                else:
 | 
					                else:
 | 
				
			||||||
 | 
					                    self.log.info("Running manifest and explorer for " + cdist_object.name)
 | 
				
			||||||
                    self.object_prepare(cdist_object)
 | 
					                    self.object_prepare(cdist_object)
 | 
				
			||||||
                    new_objects_created = True
 | 
					                    new_objects_created = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue