Skip to content

Commit 893cb36

Browse files
author
Sheldon Warkentin
committed
Fix compile issue
1 parent ddd72a3 commit 893cb36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (s *server) CheckReservedName(ctx context.Context, in *pb.CheckReservedName
138138
if err != nil {
139139
return nil, status.Error(codes.Internal, fmt.Sprintf("Failed to check reserved name - %s", err.Error()))
140140
}
141-
return nil, status.Error(codes.Internal, fmt.Sprintf("Failed to check reserved name anyway - %s", err.Error()))
141+
return nil, status.Error(codes.Internal, fmt.Sprintf("Failed to check reserved name anyway - %s", out))
142142

143143
// return &pb.CheckReservedNameResult{Reserved: fmt.Sprintf("%s", out)}, nil
144144
}

0 commit comments

Comments
 (0)