From ad408f3c5264ade2c9fad5d795dd8fb3f802f798 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 30 Oct 2004 15:31:19 +0000 Subject: Print out version in debug logs --- common/smtppass.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/smtppass.c') diff --git a/common/smtppass.c b/common/smtppass.c index 88cfafd..93bc9cb 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -200,6 +200,8 @@ void sp_init(const char* name) memset(&g_state, 0, sizeof(g_state)); + sp_message(NULL, LOG_DEBUG, "%s (%s)", name, VERSION); + /* Setup the defaults */ g_state.debug_level = -1; g_state.max_threads = DEFAULT_MAXTHREADS; -- cgit v1.2.3