From a8cf6a4550d0e9197e668177ae09643c81b31791 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 3 Feb 2009 17:16:27 +0100 Subject: match_node::find_and_build disambiguate error messages. --- elaborate.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index 3b4c944c..5678e8a7 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -395,7 +395,8 @@ match_node::find_and_build (systemtap_session& s, throw semantic_error(string("probe point mismatch at position ") + lex_cast (pos) + - " (alternatives:" + alternatives + ")", + " (alternatives:" + alternatives + ")" + + " didn't find any wildcard matches", loc->tok); } } -- cgit