fixed message
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user