improved message
This commit is contained in:
@@ -208,7 +208,7 @@ READONLY char *ca_message_text[]
|
||||
"Read access denied",
|
||||
"Write access denied",
|
||||
"Sorry, that anachronistic feature of CA is no longer supported",
|
||||
"The search/beacon request address list was empty after initialization",
|
||||
"The PV search request address list was empty after initialization",
|
||||
|
||||
"Data conversion between client's type and the server's type failed",
|
||||
"Invalid channel identifier",
|
||||
|
||||
@@ -295,7 +295,7 @@ void udpiiu::recvMsg ( callbackMutex & cbMutex )
|
||||
if ( errnoCpy == SOCK_ECONNRESET ) {
|
||||
return;
|
||||
}
|
||||
this->printf ( "Unexpected UDP recv error was \"%s\"\n",
|
||||
this->printf ( "CAC: UDP recv error was \"%s\"\n",
|
||||
SOCKERRSTR (errnoCpy) );
|
||||
}
|
||||
else if ( status > 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user