Fix typo and logging arg
This commit is contained in:
		
							parent
							
								
									d381179d1f
								
							
						
					
					
						commit
						47f4838c7c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -95,8 +95,8 @@ class GlobalEventsDispatcher(object):
 | 
			
		|||
                except NodeProcessed:
 | 
			
		||||
                    node_processed = True
 | 
			
		||||
                except Exception:
 | 
			
		||||
                    log.error('Error while running an even handler: %s' % \
 | 
			
		||||
                        handler)
 | 
			
		||||
                    log.error('Error while running an event handler: %s',
 | 
			
		||||
                              handler)
 | 
			
		||||
                    traceback.print_exc()
 | 
			
		||||
            if node_processed:
 | 
			
		||||
                raise NodeProcessed
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue