better diagnostic

This commit is contained in:
Jeff Hill
2002-11-07 17:10:17 +00:00
parent e6501454af
commit 75ed51dc1c
+1 -1
View File
@@ -43,7 +43,7 @@ void caEventRate ( const char *pName, unsigned count )
status = ca_pend_io ( 10.0 );
if ( status != ECA_NORMAL ) {
fprintf ( stderr, "caEventRate: %s not found\n", pName );
fprintf ( stderr, " not found.\n", pName );
return;
}