Skip to content

Commit e98e0bd

Browse files
committed
feat: improve logs
1 parent c040b36 commit e98e0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/question-service/handlers/findmatchingquestion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
func (s *GrpcServer) FindMatchingQuestion(ctx context.Context, req *pb.MatchQuestionRequest) (*pb.QuestionFound, error) {
10-
log.Printf("Received find matching question request: %v", req)
10+
log.Printf("Received matching question request: %v", req)
1111
return &pb.QuestionFound{
1212
QuestionId: 1,
1313
QuestionName: "abc",

0 commit comments

Comments
 (0)