mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 01:25:58 +08:00
connID to md5
This commit is contained in:
@@ -73,4 +73,6 @@ func (w Writer) Printf(format string, args ...interface{}) {
|
||||
s = append(s, fmt.Sprintf("%v", v))
|
||||
}
|
||||
log.ZDebug(context.Background(), format, "sql", strings.Join(s, ""))
|
||||
fmt.Println(format)
|
||||
fmt.Println(strings.Join(s, ""))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user