diff options
Diffstat (limited to 'common/smtppass.c')
-rw-r--r-- | common/smtppass.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |