Skip to content

Commit

Permalink
Typo fix. (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimCitus committed Dec 6, 2021
1 parent a315b1e commit 51a3e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/pg_autoctl/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ monitor_register_node(Monitor *monitor, char *formation,
}

log_info("Registered node " NODE_FORMAT
"in formation \"%s\", group %d, state \"%s\"",
" in formation \"%s\", group %d, state \"%s\"",
assignedState->nodeId, assignedState->name, host, port,
formation, assignedState->groupId,
NodeStateToString(assignedState->state));
Expand Down

0 comments on commit 51a3e11

Please sign in to comment.