mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-15 20:51:54 -05:00
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)
|
||||
else:
|
||||
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')
|
||||
else:
|
||||
logger.error('Unknown call type recieved -- not processed')
|
||||
|
Loading…
Reference in New Issue
Block a user