From 9d3f99f8a63bc810c70d002a760827b3742984b2 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 2 Dec 2000 22:57:32 +0000
Subject: [PATCH] Displays option flags during initialization.

---
 src/sbbs3/ftpsrvr.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c
index ae1a8af9bf..9dac3a171c 100644
--- a/src/sbbs3/ftpsrvr.c
+++ b/src/sbbs3/ftpsrvr.c
@@ -3015,7 +3015,8 @@ void DLLCALL ftp_server(void* arg)
 	}
 
 	t=time(NULL);
-	lprintf("Initializing on %s",ctime(&t));
+	lprintf("Initializing on %s with options: %lx"
+		,ctime(&t),startup->options);
 
 #ifdef _WIN32
     if((socket_mutex=CreateMutex(NULL,FALSE,NULL))==NULL) {
-- 
GitLab