summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2014-04-19 21:02:10 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2014-04-19 21:02:10 +0000
commit20adfbc28f6151511c1cf170c99a64e98ff6c0ee (patch)
tree5c082a01c4b00cb6e27d97676decfa6de6a8ecae
parenta06ca64c1ea60031147a135d015c66e4803beb1c (diff)
downloadusrsctplib-20adfbc28f6151511c1cf170c99a64e98ff6c0ee.tar.gz
Sync with Mavericks code.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@8850 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
-rwxr-xr-xnetinet/sctp_indata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netinet/sctp_indata.c b/netinet/sctp_indata.c
index af9ed67..379394a 100755
--- a/netinet/sctp_indata.c
+++ b/netinet/sctp_indata.c
@@ -32,7 +32,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_indata.c 264679 2014-04-19 19:21:06Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_indata.c 264682 2014-04-19 20:55:51Z tuexen $");
#endif
#include <netinet/sctp_os.h>
@@ -1018,7 +1018,7 @@ sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc,
* Huh, need the correct STR here,
* they must be the same.
*/
- SCTP_PRINTF("Prev check - Gak, Evil plot, sid:%d not the same as at:%d\n",
+ SCTPDBG(SCTP_DEBUG_INDATA1, "Prev check - Gak, Evil plot, sid:%d not the same as at:%d\n",
chk->rec.data.stream_number,
prev->rec.data.stream_number);
snprintf(msg, sizeof(msg),