|
@@ -944,7 +944,7 @@ void dccp_close(struct sock *sk, long timeout)
|
|
|
|
|
|
if (data_was_unread) {
|
|
|
/* Unread data was tossed, send an appropriate Reset Code */
|
|
|
- DCCP_WARN("DCCP: ABORT -- %u bytes unread\n", data_was_unread);
|
|
|
+ DCCP_WARN("ABORT with %u bytes unread\n", data_was_unread);
|
|
|
dccp_send_reset(sk, DCCP_RESET_CODE_ABORTED);
|
|
|
dccp_set_state(sk, DCCP_CLOSED);
|
|
|
} else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) {
|