Index: trunk/src/plugins/io_eeschema/read_render.c =================================================================== --- trunk/src/plugins/io_eeschema/read_render.c (revision 11407) +++ trunk/src/plugins/io_eeschema/read_render.c (revision 11408) @@ -307,7 +307,7 @@ return NULL; } - dbg_printf(" solution: c={%f;%f}, r=%f\n", cx, cy, r); + dbg_printf(" solution: c=(%f;%f9, r=%f\n", cx, cy, r); ang_start = -atan2(sy-cy, sx-cx) * 180.0 / M_PI; ang_end = -atan2(ey-cy, ex-cx) * 180.0 / M_PI;