use fprintf because errlogPrintf output is clipped at exit

This commit is contained in:
Jeff Hill
2002-10-31 18:06:02 +00:00
parent 915e30388c
commit fd98efb6f8

View File

@@ -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;
}