summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-09-27 01:07:56 +0000
committerfche <fche>2005-09-27 01:07:56 +0000
commit036252c2fbb479a1919d4961b36eaa0b81a7f152 (patch)
treee88fd651e79709a65460e2ba60198333a687ffa1 /elaborate.cxx
parent7d71e1d5920faff82740241dfc92f4b0aa1cd1e4 (diff)
downloadsystemtap-steved-036252c2fbb479a1919d4961b36eaa0b81a7f152.tar.gz
systemtap-steved-036252c2fbb479a1919d4961b36eaa0b81a7f152.tar.xz
systemtap-steved-036252c2fbb479a1919d4961b36eaa0b81a7f152.zip
* quiet down re alias registration
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 232f91a5..d9f83939 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -340,7 +340,7 @@ systemtap_session::register_library_aliases()
for (unsigned n = 0; n < alias->alias_names.size(); ++n)
{
probe_point * name = alias->alias_names[n];
- if (verbose)
+ if (false && verbose)
{
clog << "registering probe alias ";
for (unsigned c = 0; c < name->components.size(); ++c)