debug logging
This commit is contained in:
parent
cbd175229e
commit
6a70df89ed
3 changed files with 4 additions and 1 deletions
|
|
@ -412,6 +412,7 @@ impl MatchmakeExtension for User {
|
|||
gathering: Any,
|
||||
message: String,
|
||||
) -> Result<(u32, Vec<u8>), ErrorCode> {
|
||||
info!("gathering: {:?}", gathering);
|
||||
let Some(Ok(session)): Option<Result<MatchmakeSession, _>> = gathering.try_get() else {
|
||||
return Err(ErrorCode::Core_InvalidArgument);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue