diff --git a/src/ca/caEventRate.cpp b/src/ca/caEventRate.cpp index 6a2d695b7..9af789201 100644 --- a/src/ca/caEventRate.cpp +++ b/src/ca/caEventRate.cpp @@ -44,7 +44,7 @@ void caEventRate ( const char *pName ) status = ca_pend_io ( 10.0 ); if ( status != ECA_NORMAL ) { - errlogPrintf ( "caEventRate: %s not found\n", pName ); + fprintf ( stderr, "caEventRate: %s not found\n", pName ); return; }