debug logging
All checks were successful
Build and Test / splatoon (push) Successful in 4m57s
Build and Test / wii-u-chat (push) Successful in 4m59s
Build and Test / friends (push) Successful in 5m1s
Build and Test / super-mario-maker (push) Successful in 9m45s

This commit is contained in:
Maple Nebel 2026-04-28 11:44:12 +02:00
commit 6a70df89ed
3 changed files with 4 additions and 1 deletions

View file

@ -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);
};