From c53df3176aff070c36c1c14ee40a842172e9427a Mon Sep 17 00:00:00 2001 From: Maple Date: Tue, 28 Apr 2026 00:27:19 +0200 Subject: [PATCH] logging --- rnex-core/src/nex/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index b493872..d7851b6 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -451,7 +451,7 @@ impl MatchmakeExtension for User { else { return Err(ErrorCode::Core_InvalidArgument); }; - println!("notif update ty: {}"); + println!("notif update ty: {}", ty); match ty { REQUEST_JOIN_GATHERING => { user.remote