Index: rats_act.c =================================================================== --- rats_act.c (revision 30954) +++ rats_act.c (revision 30955) @@ -126,7 +126,7 @@ fctx.flag_chg_undoable = 1; fctx.consider_rats = !!conf_core.editor.conn_find_rat; res = pcb_find_from_xy(&fctx, PCB->Data, x, y); - rnd_message(PCB_MSG_INFO, "found %ld objects\n", res); + rnd_message(RND_MSG_INFO, "found %ld objects\n", res); pcb_find_free(&fctx); break; }