wip (+2 squashed commits)

Squashed commits:
[451a295] wip
[ed7b5b6] wip (+1 squashed commit)
Squashed commits:
[9d938c8] wip

wip

wip
This commit is contained in:
Gilles Boccon-Gibod
2024-02-04 19:56:18 -08:00
parent 090309302f
commit f2dc8bd84e
6 changed files with 564 additions and 24 deletions

View File

@@ -997,7 +997,7 @@ class Server:
try:
handler(sdp_pdu)
except Exception as error:
logger.warning(f'{color("!!! Exception in handler:", "red")} {error}')
logger.exception(f'{color("!!! Exception in handler:", "red")} {error}')
self.send_response(
SDP_ErrorResponse(
transaction_id=sdp_pdu.transaction_id,