Skip to content

Commit 00913f9

Browse files
committed
linter
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 287f962 commit 00913f9

File tree

1 file changed

+1
-1
lines changed
  • pkg/epp/scheduling/framework/plugins/multi/prefix

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/framework/plugins/multi/prefix/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (p *Plugin) PreRequest(ctx context.Context, request *types.LLMRequest, sche
210210

211211
state, err := plugins.ReadPluginStateKey[*SchedulingContextState](p.pluginState, request.RequestId, PrefixCachePluginType)
212212
if err != nil {
213-
log.FromContext(ctx).Error(err, "failed to read prefix plugin state for request %s", request.RequestId)
213+
log.FromContext(ctx).Error(err, "failed to read prefix plugin state", "requestID", request.RequestId)
214214
return
215215
}
216216

0 commit comments

Comments
 (0)