Skip to content

Commit

Permalink
[Bluetooth] Fix non-debug build (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm authored Dec 19, 2023
1 parent 045b5f2 commit a30014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/bluetooth/audio/AVDTPSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ namespace AVDTP {
idLabels[static_cast<uint8_t>(_id)],
_payload.Length(), _expectedPackets);
#else
return (Core::Format("signal #%d type %d id %d", _label _type, _id));
return (Core::Format("signal #%d type %d id %d", _label, _type, _id));
#endif
}

Expand Down

0 comments on commit a30014a

Please sign in to comment.