summaryrefslogtreecommitdiffstats
path: root/runtime/transport/control.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
commit7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch)
tree3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /runtime/transport/control.c
parenta00cc8c70d20f2f3429590b629d272c8db65b40f (diff)
downloadsystemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.gz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.xz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.zip
PR6736: changelogs for post-merge compiled unwind/symbols data reorganization
Diffstat (limited to 'runtime/transport/control.c')
-rw-r--r--runtime/transport/control.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c
index 09506bb1..7d78cca4 100644
--- a/runtime/transport/control.c
+++ b/runtime/transport/control.c
@@ -32,7 +32,6 @@ static ssize_t _stp_ctl_write_cmd(struct file *file, const char __user *buf, siz
#ifdef DEBUG_TRANS
- printk (KERN_INFO " control write_cmd: Got %s. len=%d\n", _stp_command_name[type], (int)count);
if (type < STP_MAX_CMD)
_dbug("Got %s. len=%d\n", _stp_command_name[type], (int)count);
#endif