Print that core dumps are enabled
authoraland <aland>
Tue, 16 Oct 2007 11:49:50 +0000 (11:49 +0000)
committeraland <aland>
Tue, 16 Oct 2007 11:49:50 +0000 (11:49 +0000)
src/main/mainconfig.c

index 18a25b4..f51de5a 100644 (file)
@@ -634,6 +634,8 @@ static int switch_users(void)
                        return 0;
                }
 #endif
+
+               radlog(L_INFO, "Core dumps are enabled.");
        }
        /*
         *      Else we're debugging (so core dumps are enabled)
@@ -941,6 +943,7 @@ int read_mainconfig(int reload)
                radlog(L_ERR, "Errors initializing modules");
                return -1;
        }
+
        return 0;
 }