From 4698c50226886fe398e711a80b4edbcbf33e84d2 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 22 Sep 1992 11:32:03 +0000 Subject: [PATCH] improved message --- src/util/iocLogServer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 0c87ab0bf..fff252fda 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -42,6 +42,7 @@ * .05 091092 joh now uses SO_REUSEADDR * .06 091192 joh now uses SO_KEEPALIVE * .07 091192 joh added SCCS ID + * .08 092292 joh improved message sent to the log * */ @@ -299,7 +300,7 @@ struct ioc_log_server *pserver; status = fprintf( pclient->pserver->poutfile, - "%s %s ----- Client Connected -----\n", + "%s %s ----- Client Connect -----\n", pclient->name, pclient->ascii_time); if(status<0){