summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)