Skip to content

Commit 1b4cebe

Browse files
authored
Merge pull request #175 from icey-yu/fix-zk
fix: zk log
2 parents 125f99e + 06f4e24 commit 1b4cebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/zookeeper/log.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ func (nilLog) WithCallDepth(depth int) log.Logger {
4242
return nilLog{}
4343
}
4444

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

0 commit comments

Comments
 (0)