mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
db
This commit is contained in:
@@ -131,7 +131,7 @@ func (a Args) String() string {
|
||||
s += "{"
|
||||
hasElement = true
|
||||
}
|
||||
s += fmt.Sprintf("%s:%d", k, v)
|
||||
s += fmt.Sprintf("%s:%v", k, v)
|
||||
}
|
||||
if hasElement {
|
||||
s += "}"
|
||||
|
||||
Reference in New Issue
Block a user