mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 09:56:46 +00:00
Give more information in tree view node bad id assert
This commit is contained in:
parent
ccbbb81cdd
commit
d1107908af
@ -119,7 +119,7 @@ ttree_view_node::ttree_view_node(
|
||||
}
|
||||
}
|
||||
|
||||
VALIDATE(false, _("Unknown builder id for tree view node."));
|
||||
VALIDATE_WITH_DEV_MESSAGE(false, _("Unknown builder id for tree view node."), id);
|
||||
}
|
||||
else {
|
||||
unfolded_ = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user