projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc830b5
)
fix typo in log message
author
Tatsuo Ishii
<ishii at sraoss.co.jp>
Fri, 2 Sep 2005 14:24:54 +0000
(14:24 +0000)
committer
Tatsuo Ishii
<ishii at sraoss.co.jp>
Fri, 2 Sep 2005 14:24:54 +0000
(14:24 +0000)
main.c
patch
|
blob
|
blame
|
history
diff --git
a/main.c
b/main.c
index e2cecc691a0848e390ddf04e2b7a869a5fe580ee..07b420fe5f7e9cc6fa8bc611951f5783668c5428 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-861,7
+861,7
@@
static RETSIGTYPE failover_handler(int sig)
{
if (sig == SIGUSR2)
{
- pool_log("degenration done. shutdown secondary host %s(%d)",
+ pool_log("degen
e
ration done. shutdown secondary host %s(%d)",
pool_config.secondary_backend_host_name,
pool_config.secondary_backend_port);
}