Index: trunk/src/libcschem/integrity.c =================================================================== --- trunk/src/libcschem/integrity.c (revision 10316) +++ trunk/src/libcschem/integrity.c (revision 10317) @@ -196,15 +196,13 @@ } } else { -/* htip_entry_t *e = htip_first(&wn->id2obj); - csch_chdr_t *o = e->value;*/ - ASSERT(0, "wirenet conists of floaters only"); + ASSERT1(0, "wirenet #%ld conists of floaters only", wn->hdr.oid); } } else if (wnlen == 1) { htip_entry_t *e = htip_first(&wn->id2obj); csch_chdr_t *o = e->value; - ASSERT(!o->floater, "wirenet conists of floaters only"); + ASSERT1(!o->floater, "wirenet #%ld conists of floaters only", wn->hdr.oid); } else if (wnlen < 1) ASSERT(parent == wn->hdr.parent, "empty wirenet (invisible ghost group)");