projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5809f
)
Emit log when pgpool starts up
author
Tatsuo Ishii
<ishii at sraoss.co.jp>
Sun, 20 Feb 2005 04:17:37 +0000
(
04:17
+0000)
committer
Tatsuo Ishii
<ishii at sraoss.co.jp>
Sun, 20 Feb 2005 04:17:37 +0000
(
04:17
+0000)
main.c
patch
|
blob
|
blame
|
history
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
*/