summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-05-28 12:00:08 -0500
committerDavid Smith <dsmith@redhat.com>2008-05-28 12:12:15 -0500
commita90e7a969b9eabd434d206068155c3e75934f00f (patch)
tree51fa28917750a1673d4c7d7d0997c136a9722fea
parent37e24fbe9a36eee5cc16f689b55c2e90159d5f2f (diff)
downloadsystemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.tar.gz
systemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.tar.xz
systemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.zip
Removed debug print.
2008-05-28 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Removed debug print.
-rw-r--r--ChangeLog3
-rw-r--r--tapsets.cxx1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6fdffa2..28c34519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-05-28 David Smith <dsmith@redhat.com>
+ * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
+ Removed debug print.
+
* tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
Instead of adding clone handlers, just call the probes directly.
(utrace_derived_probe_group::emit_module_decls): For syscall
diff --git a/tapsets.cxx b/tapsets.cxx
index 755f6c07..151a1c45 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -5580,7 +5580,6 @@ utrace_derived_probe_group::emit_module_decls (systemtap_session& s)
s.op->newline() << "if (! IS_ERR(engine) && engine != NULL) {";
s.op->indent(1);
s.op->newline() << "utrace_detach(tsk, engine);";
- s.op->newline() << "_stp_dbug(__FUNCTION__, __LINE__, \"*** disconnected!\\n\");";
s.op->newline(-1) << "}";
s.op->newline(-1) << "}";
s.op->newline() << "break;";