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. --- ChangeLog | 5 +++++ elaborate.cxx | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3e99781..87e72c10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-03 Mark Wielaard + + * elaborate.cxx (match_node::find_and_build): Disambiguate error + messages. + 2009-02-02 Stan Cox * NEWS, stapprobes.5.in: Add process.label. 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