Skip to content

Commit

Permalink
fix: zk log
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Dec 12, 2024
1 parent 125f99e commit 06f4e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/zookeeper/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ func (nilLog) WithCallDepth(depth int) log.Logger {
return nilLog{}
}

func (nilLog) Panic(ctx context.Context, msg string, err error, keysAndValues ...any) {}
func (nilLog) Panic(ctx context.Context, msg string, err interface{}, keysAndValues ...any) {}

0 comments on commit 06f4e24

Please sign in to comment.