Skip to content

Commit 51a3e11

Browse files
authored
Typo fix. (#848)
1 parent a315b1e commit 51a3e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/pg_autoctl/monitor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ monitor_register_node(Monitor *monitor, char *formation,
910910
}
911911

912912
log_info("Registered node " NODE_FORMAT
913-
"in formation \"%s\", group %d, state \"%s\"",
913+
" in formation \"%s\", group %d, state \"%s\"",
914914
assignedState->nodeId, assignedState->name, host, port,
915915
formation, assignedState->groupId,
916916
NodeStateToString(assignedState->state));

0 commit comments

Comments
 (0)