Skip to content

Commit 59697c0

Browse files
authored
[MCH] corrected typo
1 parent ed8efb7 commit 59697c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/MUON/MCH/Raw/Decoder/src/UserLogicElinkDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void UserLogicElinkDecoder<CHARGESUM>::append(uint64_t data50, uint8_t error, bo
123123
#endif
124124
if (mState != State::WaitingHeader && mState != State::WaitingSync) {
125125
#ifdef ULDEBUG
126-
debugHeader() << (*this) << " SYNC word found while decoding payload --> resetting\n"
126+
debugHeader() << (*this) << " SYNC word found while decoding payload --> resetting\n";
127127
#endif
128128
sendError(static_cast<int8_t>(mSampaHeader.chipAddress()), static_cast<uint32_t>(ErrorUnexpectedSyncPacket));
129129
reset();

0 commit comments

Comments
 (0)