From 66fb474c1228612efd48af16cebbc319ad814e7d Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 18 Oct 2005 02:34:41 +0000 Subject: * verbosify wildcard/alias nested error messages --- elaborate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index 1307880c..06f6d01c 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -434,7 +434,7 @@ derive_probes (systemtap_session& s, s.pattern_root->find_and_build (s, p, loc, 0, dps); unsigned num_atend = dps.size(); - if (exc_outermost && (num_atbegin == num_atend)) // nothing new derived! + if (num_atbegin == num_atend) // nothing new derived! throw semantic_error ("no match for probe point"); } catch (const semantic_error& e) -- cgit