Skip to content

Commit

Permalink
pybtp/bap: fix typo in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal authored and sjanc committed Sep 9, 2024
1 parent c0e39ed commit e8804ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopts/pybtp/btp/bap.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def bap_broadcast_source_stop(broadcast_id):

def bap_broadcast_sink_setup():

logging.debug(f"{bap_broadcast_source_setup.__name__}")
logging.debug(f"{bap_broadcast_sink_setup.__name__}")

iutctl = get_iut()
iutctl.btp_socket.send(*BAP['broadcast_sink_setup'])
Expand Down

0 comments on commit e8804ac

Please sign in to comment.