diff --git a/aprsd/threads/tx.py b/aprsd/threads/tx.py index 0421d76..ec232f0 100644 --- a/aprsd/threads/tx.py +++ b/aprsd/threads/tx.py @@ -157,8 +157,9 @@ class SendPacketThread(aprsd_threads.APRSDThread): sent = False try: sent = _send_direct(packet) - except Exception: + except Exception as ex: LOG.error(f'Failed to send packet: {packet}') + LOG.error(ex) else: # If an exception happens while sending # we don't want this attempt to count