summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/librelay.c
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:38:35 +0000
committerdsmith <dsmith>2006-09-26 21:38:35 +0000
commit402c36ddc19668091f30f4bbe95088af55af9bf1 (patch)
tree2f50cb73bb7afd26692527e4ae7af9c4f6ac3916 /runtime/stpd/librelay.c
parentc4357f5103e086ce4189324a8c4f18ddebfc6b9a (diff)
downloadsystemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.tar.gz
systemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.tar.xz
systemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.zip
2006-09-26 David Smith <dsmith@redhat.com>
* Makefile: Changed 'stpd' references to 'staprun'. * librelay.c: Ditto. * stpd.c: Ditto.
Diffstat (limited to 'runtime/stpd/librelay.c')
-rw-r--r--runtime/stpd/librelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c
index 89c3b767..f39b0785 100644
--- a/runtime/stpd/librelay.c
+++ b/runtime/stpd/librelay.c
@@ -1,5 +1,5 @@
/*
- * libstp - stpd 'library'
+ * libstp - staprun 'library'
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -551,7 +551,7 @@ int init_stp(int print_summary)
ti.n_subbufs = 0;
ti.target = target_pid;
if (send_request(STP_TRANSPORT_INFO, &ti, sizeof(ti)) < 0) {
- fprintf(stderr, "stpd failed because TRANSPORT_INFO returned an error.\n");
+ fprintf(stderr, "staprun failed because TRANSPORT_INFO returned an error.\n");
if (target_cmd)
kill (target_pid, SIGKILL);
close(control_channel);