Index: edakrill.c =================================================================== --- edakrill.c (revision 30902) +++ edakrill.c (revision 30903) @@ -185,7 +185,7 @@ mode = 0; if (fp_wget_open(url_idx_list, conf_fp_wget.plugins.fp_wget.cache_dir, &f, &fctx, mode) != 0) { - pcb_message(PCB_MSG_ERROR, "edakrill: failed to download the new list\n"); + rnd_message(PCB_MSG_ERROR, "edakrill: failed to download the new list\n"); pcb_remove(NULL, last_sum_fn); /* make sure it is downloaded next time */ goto err; } Index: gedasymbols.c =================================================================== --- gedasymbols.c (revision 30902) +++ gedasymbols.c (revision 30903) @@ -106,7 +106,7 @@ mode = 0; if (fp_wget_open(url_idx_list, conf_fp_wget.plugins.fp_wget.cache_dir, &f, &fctx, mode) != 0) { - pcb_message(PCB_MSG_ERROR, "gedasymbols: failed to download the new list\n"); + rnd_message(PCB_MSG_ERROR, "gedasymbols: failed to download the new list\n"); pcb_remove(NULL, last_sum_fn); /* make sure it is downloaded next time */ goto err; }