summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
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 /tapsets.cxx
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.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 0 insertions, 1 deletions
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;";