summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2005-10-18 02:34:41 +0000
committerfche <fche>2005-10-18 02:34:41 +0000
commit66fb474c1228612efd48af16cebbc319ad814e7d (patch)
tree5179ced7228f1e4391ad85240b5aa960f1dc1378
parentb4ceace28084125ffbac795974319eaffa758147 (diff)
downloadsystemtap-steved-66fb474c1228612efd48af16cebbc319ad814e7d.tar.gz
systemtap-steved-66fb474c1228612efd48af16cebbc319ad814e7d.tar.xz
systemtap-steved-66fb474c1228612efd48af16cebbc319ad814e7d.zip
* verbosify wildcard/alias nested error messages
-rw-r--r--elaborate.cxx2
1 files changed, 1 insertions, 1 deletions
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)