From cd752fc4a9a415b911d55fe2d46eb3c2a15acae7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 16 Sep 2002 20:39:42 +0000 Subject: [PATCH] * silly cosmetic change to sendcommand.c --- citadel/sendcommand.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/citadel/sendcommand.c b/citadel/sendcommand.c index 01b4d5730..13ed9e80d 100644 --- a/citadel/sendcommand.c +++ b/citadel/sendcommand.c @@ -156,8 +156,10 @@ int main(int argc, char **argv) signal(SIGHUP, cleanup); signal(SIGTERM, cleanup); - fprintf(stderr, "sendcommand: started. pid=%ld\n", (long) getpid()); - fprintf(stderr, "Running from %s\n", bbs_home_directory); + fprintf(stderr, "sendcommand: started (pid=%d) " + "running in %s\n", + (int) getpid(), + bbs_home_directory); fflush(stderr); np_attach_to_server(); fflush(stderr); -- 2.39.2