Index: expfeat.c =================================================================== --- expfeat.c (revision 30954) +++ expfeat.c (revision 30955) @@ -42,7 +42,7 @@ doc/user/09_appendix/action_src/) */ static fgw_error_t pcb_act_ExpFeatTmp(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - rnd_message(PCB_MSG_INFO, "Hello world from expfeat!\n"); + rnd_message(RND_MSG_INFO, "Hello world from expfeat!\n"); RND_ACT_IRES(0); return 0; }