Allow user programme to set RMR verbosity level
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / sicbreg.c
index 9adb0c0..9c7bba7 100644 (file)
@@ -39,7 +39,7 @@
 extern void SIcbreg( struct ginfo_blk *gptr, int type, int ((*fptr)()), void * dptr ) {
 
        if( gptr == NULL ) {
-               fprintf( stderr, "[ERR] SIcbreg -- gptr was nil\n" );
+               rmr_vlog( RMR_VL_ERR, "SIcbreg -- gptr was nil\n" );
                exit( 1 );
        }