Index: import_gnetlist.c =================================================================== --- import_gnetlist.c (revision 30902) +++ import_gnetlist.c (revision 30903) @@ -93,7 +93,7 @@ PCB_IMPORT_SCH_VERBOSE(verbose); if (tmpfn == NULL) { - pcb_message(PCB_MSG_ERROR, "Could not create temp file for gnetlist output"); + rnd_message(PCB_MSG_ERROR, "Could not create temp file for gnetlist output"); return -1; } @@ -112,16 +112,16 @@ cmd[numfns+8] = NULL; if (verbose) { - pcb_message(PCB_MSG_DEBUG, "import_gnetlist: running gnetlist:\n"); + rnd_message(PCB_MSG_DEBUG, "import_gnetlist: running gnetlist:\n"); for(n = 0; n < numfns+8; n++) - pcb_message(PCB_MSG_DEBUG, " %s", cmd[n]); - pcb_message(PCB_MSG_DEBUG, "\n"); + rnd_message(PCB_MSG_DEBUG, " %s", cmd[n]); + rnd_message(PCB_MSG_DEBUG, "\n"); } res = pcb_spawnvp((const char **)cmd); if (res == 0) { if (verbose) - pcb_message(PCB_MSG_DEBUG, "pcb_gnetlist: about to run pcb_act_ExecuteFile, file = %s\n", tmpfn); + rnd_message(PCB_MSG_DEBUG, "pcb_gnetlist: about to run pcb_act_ExecuteFile, file = %s\n", tmpfn); fgw_uvcall(&rnd_fgw, &PCB->hidlib, &rs, "executefile", FGW_STR, tmpfn, 0); } for(n = 0; n < numfns; n++)