Skip to content
Snippets Groups Projects
Commit 38c11ac4 authored by rswindell's avatar rswindell
Browse files

Displays option flags during Initialization.

parent 955c158d
No related branches found
No related tags found
No related merge requests found
......@@ -2353,7 +2353,8 @@ void DLLCALL mail_server(void* arg)
}
t=time(NULL);
lprintf("Initializing on %s",ctime(&t));
lprintf("Initializing on %.24s with options: %lx"
,ctime(&t),startup->options);
/* Initial configuration and load from CNF files */
memset(&scfg, 0, sizeof(scfg));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment