Index: undo_act.c =================================================================== --- undo_act.c (revision 30902) +++ undo_act.c (revision 30903) @@ -82,7 +82,7 @@ pcb_undo_unfreeze_serial(); break; default: - pcb_message(PCB_MSG_ERROR, "Invalid argument for Atomic()\n"); + rnd_message(PCB_MSG_ERROR, "Invalid argument for Atomic()\n"); RND_ACT_IRES(-1); return 0; }