Skip to content

Commit d708d37

Browse files
Merge pull request #305 from AlexVulaj/interceptor-found-mapping-typo
Fix typo in log output when mapping is found in interceptor
2 parents d4dc5f1 + bfc5293 commit d708d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interceptor/pkg/interceptor/pdinterceptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (pdi *PagerDutyInterceptor) Process(ctx context.Context, r *triggersv1.Inte
121121
}
122122
}
123123

124-
pdi.Logger.Infof("Incident %s is not mapped to investigation '%s', returning InterceptorResponse `Continue: true`.", pdClient.GetIncidentID(), investigation.Name)
124+
pdi.Logger.Infof("Incident %s is mapped to investigation '%s', returning InterceptorResponse `Continue: true`.", pdClient.GetIncidentID(), investigation.Name)
125125
return &triggersv1.InterceptorResponse{
126126
Continue: true,
127127
}

0 commit comments

Comments
 (0)