2
0
Paul-Louis Ageneau 6 жил өмнө
parent
commit
75f23f202f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/sctptransport.cpp

+ 1 - 1
src/sctptransport.cpp

@@ -356,7 +356,7 @@ bool SctpTransport::trySendMessage(message_ptr message) {
 		PLOG_VERBOSE << "SCTP sent size=" << message->size();
 		return true;
 	} else if (errno == EWOULDBLOCK && errno == EAGAIN) {
-		PLOG_VERBOSE << "SCTP sending not possible ";
+		PLOG_VERBOSE << "SCTP sending not possible";
 		return false;
 	} else {
 		PLOG_ERROR << "SCTP sending failed, errno=" << errno;