fix typo
This commit is contained in:
		
							parent
							
								
									04e220de86
								
							
						
					
					
						commit
						bfff0abacd
					
				@ -1050,7 +1050,7 @@ class routerHBP(HBSYSTEM):
 | 
				
			|||||||
                logger.error('(%s) *UNIT CALL NOT FORWARDED* UNIT calling is disabled for this system (INGRESS)', self._system)
 | 
					                logger.error('(%s) *UNIT CALL NOT FORWARDED* UNIT calling is disabled for this system (INGRESS)', self._system)
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                self.unit_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data)
 | 
					                self.unit_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data)
 | 
				
			||||||
        elif _call_type == 'vscsbk':
 | 
					        elif _call_type == 'vcsbk':
 | 
				
			||||||
            logger.debug('CSBK recieved, but HBlink does not process them currently')
 | 
					            logger.debug('CSBK recieved, but HBlink does not process them currently')
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            logger.error('Unknown call type recieved -- not processed')
 | 
					            logger.error('Unknown call type recieved -- not processed')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user