Index: trunk/src_plugins/ar_extern/e_freerouting.c =================================================================== --- trunk/src_plugins/ar_extern/e_freerouting.c (revision 35627) +++ trunk/src_plugins/ar_extern/e_freerouting.c (revision 35628) @@ -79,7 +79,7 @@ /* export */ r = rnd_actionva(hl, "export", "dsn", "--dsnfile", route_req, NULL); if (r != 0) { - rnd_message(RND_MSG_ERROR, "route-rnd: failed to export the routing request in DSN;\nis the io_dsn plugin available?\n"); + rnd_message(RND_MSG_ERROR, "freerouting: failed to export the routing request in DSN;\nis the io_dsn plugin available?\n"); goto exit; } @@ -92,7 +92,7 @@ r = rnd_system(hl, cmd); if (r != 0) { - rnd_message(RND_MSG_ERROR, "freerouting.cli: failed to execute the router: '%s'\n", cmd); + rnd_message(RND_MSG_ERROR, "freerouting: failed to execute the router: '%s'\n", cmd); free(cmd); goto exit; } @@ -101,7 +101,7 @@ /* read and apply the result of the routing */ r = rnd_actionva(hl, "ImportSes", route_res, NULL); if (r != 0) { - rnd_message(RND_MSG_ERROR, "freerouting.cli: failed to import the route result from tEDAx\n"); + rnd_message(RND_MSG_ERROR, "freerouting: failed to import the route result from tEDAx\n"); goto exit; }