slsReceiver: udp socket buffer size, additional prints

This commit is contained in:
2018-05-01 12:01:33 +02:00
parent 1152555663
commit fdd19bc316
3 changed files with 3 additions and 4 deletions

View File

@@ -2651,7 +2651,7 @@ int slsReceiverTCPIPInterface::set_udp_socket_buffer_size() {
retval=receiverBase->getUDPSocketBufferSize();
if(index >= 0 && retval != index) {
ret = FAIL;
strcpy(mess, "Could not set UDP Socket buffer size\n");
strcpy(mess, "Could not set UDP Socket buffer size (No CAP_NET_ADMIN privileges?)\n");
FILE_LOG(logERROR) << mess;
}
}