diff --git a/common/testrig.c b/common/testrig.c index 6b0cbb3a3..fbf01302a 100644 --- a/common/testrig.c +++ b/common/testrig.c @@ -20,6 +20,8 @@ int main () * allocate memory, setup & open port */ + printf("testrig:main() has been called \n"); + my_rig = rig_init(RIG_MODEL_FT847); if (!my_rig) exit(1); /* whoops! something went wrong (mem alloc?) */