Fix a typo of log message
authorYugo Nagata <nagata@sraoss.co.jp>
Wed, 14 Aug 2013 07:47:59 +0000 (16:47 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Wed, 14 Aug 2013 07:49:17 +0000 (16:49 +0900)
src/watchdog/wd_packet.c

index 5609d5189bd0855766189a491ad96ba8316eea61..123e0c72d744f7a4c19f3d1f823067b7c2e192be 100644 (file)
@@ -917,7 +917,7 @@ wd_escalation(void)
 {
        int rtn;
 
-       pool_log("wd_escalation: escalatting 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() &&