improved message

This commit is contained in:
Jeff Hill
2002-03-07 18:48:49 +00:00
parent 7c4e5e5fac
commit 43c216e749
2 changed files with 3 additions and 3 deletions

View File

@@ -1025,8 +1025,8 @@ unsigned epicsShareAPI ca_get_ioc_connection_count ()
// extern "C"
int epicsShareAPI ca_channel_status ( epicsThreadId /* tid */ )
{
::printf ("new OSI API does not allow peeking at thread private storage of another thread\n");
::printf ("please call \"ca_client_status ( unsigned level )\" from the subsystem specific diagnostic code.\n");
::printf ("The R3.14 EPICS OS abstraction API does not allow peeking at thread private storage of another thread.\n");
::printf ("Please call \"ca_client_status ( unsigned level )\" from the subsystem specific diagnostic code.\n");
return ECA_ANACHRONISM;
}