summaryrefslogtreecommitdiffstats
path: root/runtime/io.c
diff options
context:
space:
mode:
authortrz <trz>2005-08-03 21:12:29 +0000
committertrz <trz>2005-08-03 21:12:29 +0000
commitd5d5ee898ced4664141283793a142b992230d2c4 (patch)
tree7e36b9251fea533a08aed2aad629817df19441a0 /runtime/io.c
parent2205d1152e6e9ff34908bf83c3964fb5883adff1 (diff)
downloadsystemtap-steved-d5d5ee898ced4664141283793a142b992230d2c4.tar.gz
systemtap-steved-d5d5ee898ced4664141283793a142b992230d2c4.tar.xz
systemtap-steved-d5d5ee898ced4664141283793a142b992230d2c4.zip
Added transport failure message
Diffstat (limited to 'runtime/io.c')
-rw-r--r--runtime/io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/io.c b/runtime/io.c
index 1d378472..c4e3cf2c 100644
--- a/runtime/io.c
+++ b/runtime/io.c
@@ -56,10 +56,6 @@ static void _stp_vlog (enum code type, char *func, int line, const char *fmt, va
buf[num + start] = '\0';
_stp_ctrl_send(STP_REALTIME_DATA, buf, start + num + 1, _stp_pid);
-#ifndef STP_NETLINK_ONLY
- _stp_string_cat_cstr(_stp_stdout,buf);
- _stp_print_flush();
-#endif
}
put_cpu();
}