diff --git a/src/ca/caEventRate.cpp b/src/ca/caEventRate.cpp index 8d400ae60..19e2d4929 100644 --- a/src/ca/caEventRate.cpp +++ b/src/ca/caEventRate.cpp @@ -43,7 +43,7 @@ void caEventRate ( const char *pName, unsigned count ) status = ca_pend_io ( 10.0 ); if ( status != ECA_NORMAL ) { - fprintf ( stderr, " not found.\n", pName ); + fprintf ( stderr, " not found.\n" ); return; }