Skip to content

Commit

Permalink
Merge pull request #783 from PawelModrzejewski/open-avb-next
Browse files Browse the repository at this point in the history
Wrong seqId used in log message
  • Loading branch information
andrew-elder authored May 17, 2018
2 parents 651221d + db4b394 commit 81783f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemons/gptp/common/ptp_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ void PTPMessagePathDelayRespFollowUp::processMessage

GPTP_LOG_VERBOSE("Request Sequence Id: %u", req->getSequenceId());
GPTP_LOG_VERBOSE("Response Sequence Id: %u", resp->getSequenceId());
GPTP_LOG_VERBOSE("Follow-Up Sequence Id: %u", req->getSequenceId());
GPTP_LOG_VERBOSE("Follow-Up Sequence Id: %u", sequenceId);

int64_t link_delay;
unsigned long long turn_around;
Expand Down

0 comments on commit 81783f1

Please sign in to comment.