logging
This commit is contained in:
parent
e63ad228c1
commit
c53df3176a
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ impl MatchmakeExtension for User {
|
||||||
else {
|
else {
|
||||||
return Err(ErrorCode::Core_InvalidArgument);
|
return Err(ErrorCode::Core_InvalidArgument);
|
||||||
};
|
};
|
||||||
println!("notif update ty: {}");
|
println!("notif update ty: {}", ty);
|
||||||
match ty {
|
match ty {
|
||||||
REQUEST_JOIN_GATHERING => {
|
REQUEST_JOIN_GATHERING => {
|
||||||
user.remote
|
user.remote
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue