Skip to content

Commit 3cad42b

Browse files
committed
lint
1 parent d2ec3dc commit 3cad42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/localproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func WithLocalProxy(
204204
// If additional mappings file is provided, read it and add the mappings to the handler
205205
handlers, err := NewLocalProxyHandler(defaultHandlerFunc, indexState, additionalMappingsFile)
206206
if err != nil {
207-
klog.Errorf("failed to create local proxy handler: %v", err)
207+
klog.Infof("failed to create local proxy handler: %v", err)
208208
}
209209

210210
return handlers

0 commit comments

Comments
 (0)