Emit log when pgpool starts up
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 20 Feb 2005 04:17:37 +0000 (04:17 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 20 Feb 2005 04:17:37 +0000 (04:17 +0000)
main.c

diff --git a/main.c b/main.c
index 02b1eb65636297f6dacdc64cdcd604d8b2bd4ac3..490cb72eb9bebfebdf9ef116b0e2cb690bf7cddf 100644 (file)
--- a/main.c
+++ b/main.c
@@ -266,6 +266,8 @@ int main(int argc, char **argv)
        pool_signal(SIGUSR1, failover_handler);
        pool_signal(SIGUSR2, failover_handler);
 
+       pool_log("pgpool successfully started");
+
        /*
         * This is the main loop
         */