Skip to content

Commit

Permalink
Give more information in tree view node bad id assert
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 20, 2016
1 parent ccbbb81 commit d110790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/tree_view_node.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit d110790

Please sign in to comment.