Skip to content

Commit

Permalink
Fix SPDLOG_TRACE argument order for OnSCTPForGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3rfan committed May 10, 2017
1 parent bc14d5a commit 4cc4d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spdlog
Submodule spdlog added at 15af51
2 changes: 1 addition & 1 deletion src/SCTPWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ int SCTPWrapper::OnSCTPForGS(struct socket *sock, union sctp_sockstore addr, voi
}

SPDLOG_TRACE(logger, "Data received. stream={}, len={}, SSN={}, TSN={}, PPID={}",
len,
recv_info.rcv_sid,
len,
recv_info.rcv_ssn,
recv_info.rcv_tsn,
ntohl(recv_info.rcv_ppid));
Expand Down

0 comments on commit 4cc4d74

Please sign in to comment.