* iface/gspn/eesrg.cc
(tgba_gspn_eesrg_private_::tgba_gspn_eesrg_private_): Show prop_index() argument on error.
This commit is contained in:
parent
747a4439ef
commit
c03626564a
2 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue