Index: src_plugins/io_pads/read.c =================================================================== --- src_plugins/io_pads/read.c (revision 34616) +++ src_plugins/io_pads/read.c (revision 34617) @@ -385,6 +385,8 @@ htsp_init(&rctx.parts, strhash, strkeyeq); ret = (pads_parse_block(&rctx) == 1) ? 0 : -1; + if (ret != 0) + rnd_message(RND_MSG_INFO ,"io_pads: last line parsed: %ld\n", rctx.line); pads_assign_layers(&rctx); pcb_dlcr_create(pcb, &rctx.dlcr);