From 402c36ddc19668091f30f4bbe95088af55af9bf1 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:38:35 +0000 Subject: 2006-09-26 David Smith * Makefile: Changed 'stpd' references to 'staprun'. * librelay.c: Ditto. * stpd.c: Ditto. --- runtime/stpd/librelay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/stpd/librelay.c') 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); -- cgit