* iface/gspn/eesrg.cc

(tgba_gspn_eesrg_private_::tgba_gspn_eesrg_private_): Show prop_index()
argument on error.
This commit is contained in:
Alexandre Duret-Lutz 2003-11-03 10:56:21 +00:00
parent 747a4439ef
commit c03626564a
2 changed files with 5 additions and 1 deletions

View file

@ -119,7 +119,7 @@ namespace spot
AtomicProp index;
int err = prop_index(i->first.c_str(), &index);
if (err)
throw gspn_exeption("prop_index()", err);
throw gspn_exeption("prop_index(" + i->first + ")", err);
prop_dict[var] = index;