Eliminate the SI receive buffer length requirement
[ric-plt/lib/rmr.git] / test / test_si95_em.c
index 6dc33cc..c2cf4cb 100644 (file)
@@ -96,7 +96,7 @@ static struct tp_blk *em_siconn_prep( struct ginfo_blk *gptr, int type, char *ab
 void *em_cb_data = NULL;
 static void em_sicbreg( struct ginfo_blk *gptr, int type, int ((*fptr)()), void * dptr ) {
        if( em_cb_data == NULL ) {
-               fprintf( stderr, "<SIEM> calldback dptr saved for type %d\n", type );
+               fprintf( stderr, "<SIEM> calldback dptr %p saved for type %d\n", dptr, type );
                em_cb_data = dptr;
        }
        return;