Minor log message fixes

This commit is contained in:
Ian Barwick
2015-11-18 09:10:22 +09:00
parent ab70007b75
commit 67a81d1d47
2 changed files with 4 additions and 4 deletions

View File

@@ -3650,7 +3650,7 @@ update_node_record_set_master(PGconn *conn, int this_node_id)
PGresult *res;
char sqlquery[QUERY_STR_LEN];
log_debug(_("Setting %i as master and marking existing master as failed\n"), this_node_id);
log_debug(_("setting node %i as master and marking existing master as failed\n"), this_node_id);
begin_transaction(conn);