summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-03 23:50:24 +0000
committerhunt <hunt>2005-08-03 23:50:24 +0000
commit693885fca97ab04ff81f1303c1524d54606170b0 (patch)
treea0b000b53b63e3ab384061db8699066d5e53a336 /runtime/transport/transport.c
parentbd965f3b9bdf5152eca08714c0146de904e1366c (diff)
downloadsystemtap-steved-693885fca97ab04ff81f1303c1524d54606170b0.tar.gz
systemtap-steved-693885fca97ab04ff81f1303c1524d54606170b0.tar.xz
systemtap-steved-693885fca97ab04ff81f1303c1524d54606170b0.zip
2005-08-03 Martin Hunt <hunt@redhat.com>
* transport.c: Comment out a couple printks.
Diffstat (limited to 'runtime/transport/transport.c')
-rw-r--r--runtime/transport/transport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index 07a57733..a0c1122e 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -138,14 +138,14 @@ static void _stp_handle_exit (void *data)
*/
void _stp_transport_close()
{
- printk("************** transport_close *************\n");
+ //printk("************** transport_close *************\n");
_stp_cleanup_and_exit(1);
if (_stp_transport_mode == STP_TRANSPORT_RELAYFS)
_stp_relayfs_close(_stp_chan, _stp_dir);
_stp_ctrl_unregister(_stp_pid);
- printk("---- CLOSED ----\n");
+ //printk("---- CLOSED ----\n");
}
@@ -167,7 +167,7 @@ void _stp_transport_close()
int _stp_transport_open(struct transport_info *info)
{
- printk ("stp_transport_open: %d bufs of %d bytes. target=%d\n", info->n_subbufs, info->subbuf_size, info->target);
+ //printk ("stp_transport_open: %d bufs of %d bytes. target=%d\n", info->n_subbufs, info->subbuf_size, info->target);
info->transport_mode = _stp_transport_mode;
_stp_target = info->target;