Added error-message to error-log
This commit is contained in:
		
							parent
							
								
									0ea943dcba
								
							
						
					
					
						commit
						600ddc5a66
					
				@ -136,6 +136,7 @@ def updateNsData(zone):
 | 
				
			|||||||
        if dnscontrolPush(zone) != 0:
 | 
					        if dnscontrolPush(zone) != 0:
 | 
				
			||||||
            raise "Pushing data failed!"
 | 
					            raise "Pushing data failed!"
 | 
				
			||||||
    except:
 | 
					    except:
 | 
				
			||||||
 | 
					        log.error(f'{adaptedZone} |\t{sys.exc_info()}')
 | 
				
			||||||
        log.error(f'{adaptedZone} |\tUpdating NS-Data failed!')
 | 
					        log.error(f'{adaptedZone} |\tUpdating NS-Data failed!')
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
def adaptZoneName(zone):
 | 
					def adaptZoneName(zone):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user