fixed message

This commit is contained in:
Jeff Hill
2002-08-21 00:14:02 +00:00
parent c986b56e5d
commit f328cd0e6b
+2 -2
View File
@@ -1550,8 +1550,8 @@ static unsigned arrayEventExceptionNotifyComplete = 0;
void arrayEventExceptionNotify ( struct event_handler_args args )
{
if ( args.status == ECA_NORMAL ) {
printf ( "arrayEventExceptionNotify: expected exception but didnt receive one \"%s\" because \"%s\"",
ca_name ( args.chid ), ca_message ( args.status ) );
printf ( "arrayEventExceptionNotify: expected exception but didnt receive one against \"%s\" \n",
ca_name ( args.chid ) );
}
else {
arrayEventExceptionNotifyComplete = 1;