From 693885fca97ab04ff81f1303c1524d54606170b0 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 3 Aug 2005 23:50:24 +0000 Subject: 2005-08-03 Martin Hunt * transport.c: Comment out a couple printks. --- runtime/transport/ChangeLog | 4 ++++ runtime/transport/transport.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'runtime') diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index c9b2552b..2f4dc6ba 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,7 @@ +2005-08-03 Martin Hunt + + * transport.c: Comment out a couple printks. + 2005-08-01 Martin Hunt * control.h: Remove STP commands from here and put in 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; -- cgit