improved message

This commit is contained in:
Jeff Hill
2002-09-17 18:01:09 +00:00
parent bb8fa4fd10
commit efbdda83ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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 ) {