We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ad546 commit 2ae7507Copy full SHA for 2ae7507
cmd/pg_unregister/main.go
@@ -46,7 +46,7 @@ func processUnregistration(ctx context.Context) error {
46
machineID := string(machineBytes)
47
48
if len(machineID) != 14 {
49
- return fmt.Errorf("invalid machine id: %s. (expected length 16, got %d)", machineID, len(machineBytes))
+ return fmt.Errorf("invalid machine id: %s", machineID)
50
}
51
52
member, err := node.RepMgr.MemberByNodeName(ctx, conn, machineID)
0 commit comments