projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea8fc5
)
Fix a typo of log message
author
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 14 Aug 2013 07:47:59 +0000
(16:47 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 14 Aug 2013 07:49:17 +0000
(16:49 +0900)
src/watchdog/wd_packet.c
patch
|
blob
|
blame
|
history
diff --git
a/src/watchdog/wd_packet.c
b/src/watchdog/wd_packet.c
index 5609d5189bd0855766189a491ad96ba8316eea61..123e0c72d744f7a4c19f3d1f823067b7c2e192be 100644
(file)
--- a/
src/watchdog/wd_packet.c
+++ b/
src/watchdog/wd_packet.c
@@
-917,7
+917,7
@@
wd_escalation(void)
{
int rtn;
- pool_log("wd_escalation: escalat
t
ing to master pgpool");
+ pool_log("wd_escalation: escalating to master pgpool");
/* clear shared memory cache */
if (pool_config->memory_cache_enabled && pool_is_shmem_cache() &&