summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-02-03 12:29:41 -0500
committerDave Brolley <brolley@redhat.com>2009-02-03 12:29:41 -0500
commitc990eee01ecc5dcb8084dddcb0f69e799a3a3276 (patch)
tree72d37e1e8eda838ce5588f8a48a616bc61724035 /elaborate.cxx
parent6288515e1af7d7699628e2c4843f565938fa03a9 (diff)
parenta8cf6a4550d0e9197e668177ae09643c81b31791 (diff)
downloadsystemtap-steved-c990eee01ecc5dcb8084dddcb0f69e799a3a3276.tar.gz
systemtap-steved-c990eee01ecc5dcb8084dddcb0f69e799a3a3276.tar.xz
systemtap-steved-c990eee01ecc5dcb8084dddcb0f69e799a3a3276.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts: ChangeLog
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx3
1 files changed, 2 insertions, 1 deletions
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<string> (pos) +
- " (alternatives:" + alternatives + ")",
+ " (alternatives:" + alternatives + ")" +
+ " didn't find any wildcard matches",
loc->tok);
}
}