]> code.citadel.org Git - citadel.git/blobdiff - citadel/server_main.c
*** empty log message ***
[citadel.git] / citadel / server_main.c
index c4d6c5e24ec9fcde51321878cd2156d2c4c49e8b..1b94be7f6bcb78af51f48d2c8fd88b2f33efae32 100644 (file)
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
        struct passwd *pw;
        int drop_root_perms = 1;
        size_t size;
-        
+
        /* initialize the master context */
        InitializeMasterCC();
 
@@ -147,6 +147,7 @@ int main(int argc, char **argv)
                "This program is distributed under the terms of the GNU "
                "General Public License.\n");
        lprintf(CTDL_NOTICE, "\n");
+       lprintf(CTDL_DEBUG, "Called as: %s\n", argv[0]);
 
        /* Load site-specific parameters, and set the ipgm secret */
        lprintf(CTDL_INFO, "Loading citadel.config\n");