diff options
author | fche <fche> | 2005-09-27 01:07:56 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-27 01:07:56 +0000 |
commit | 036252c2fbb479a1919d4961b36eaa0b81a7f152 (patch) | |
tree | e88fd651e79709a65460e2ba60198333a687ffa1 /elaborate.cxx | |
parent | 7d71e1d5920faff82740241dfc92f4b0aa1cd1e4 (diff) | |
download | systemtap-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.cxx | 2 |
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) |