Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao
2023-05-22 15:15:06 +08:00
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ func (c *MsgClient) Notification(ctx context.Context, sendID, recvID string, con
if err == nil {
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
} else {
log.ZError(ctx, "MsgClient Notification SendMsg failed %s\n", err, "req", &req)
log.ZError(ctx, "MsgClient Notification SendMsg failed", err, "req", &req)
}
return err
}