summaryrefslogtreecommitdiff
path: root/client_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'client_list.c')
-rw-r--r--client_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client_list.c b/client_list.c
index 92f7b91..928c354 100644
--- a/client_list.c
+++ b/client_list.c
@@ -31,8 +31,8 @@ char* client_type_tostring(client_type_t type)
{
case MASTER: return "master";
case STANDBY: return "standby";
- case MASTER_HB: return "master_hb";
- case STANDBY_HB: return "standby_hb";
+ case HB_MASTER: return "hb_master";
+ case HB_STANDBY: return "hb_standby";
case DEFAULT: return "unspecified";
}
return "<invalid>";