Skip to content

Commit

Permalink
Changes frontend return message
Browse files Browse the repository at this point in the history
This makes it easier to see that the frontend was invoked.
  • Loading branch information
bretmckee committed Jan 29, 2021
1 parent c78a888 commit 95b9f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (s *server) process(ctx context.Context, req *pb.ProcessRequest) (*pb.Proce
}

reply := &pb.ProcessReply{
Output: r.GetOutput(),
Output: "frontend returning: " + r.GetOutput(),
}

return reply, nil
Expand Down

0 comments on commit 95b9f23

Please sign in to comment.