Skip to content

Commit a30014a

Browse files
authored
[Bluetooth] Fix non-debug build (#26)
1 parent 045b5f2 commit a30014a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/bluetooth/audio/AVDTPSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ namespace AVDTP {
205205
idLabels[static_cast<uint8_t>(_id)],
206206
_payload.Length(), _expectedPackets);
207207
#else
208-
return (Core::Format("signal #%d type %d id %d", _label _type, _id));
208+
return (Core::Format("signal #%d type %d id %d", _label, _type, _id));
209209
#endif
210210
}
211211

0 commit comments

Comments
 (0)