From 6f4ec45099eefedd4f8075f0865d5e9f91897d39 Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 9 Sep 2005 14:33:49 +0000 Subject: [PATCH] - appended newline to error message --- SICSmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SICSmain.c b/SICSmain.c index 754e61af..d392f58f 100644 --- a/SICSmain.c +++ b/SICSmain.c @@ -51,7 +51,7 @@ } if(!iRet) { - printf("Unrecoverable error on server startup, exiting........."); + printf("Unrecoverable error on server startup, exiting.........\n"); exit(1); }