add logging
Some checks are pending
Build and Test / wii-u-chat (push) Waiting to run
Build and Test / splatoon (push) Waiting to run
Build and Test / friends (push) Waiting to run
Build and Test / super-mario-maker (push) Waiting to run

This commit is contained in:
Maple Nebel 2026-04-28 14:52:19 +02:00
commit 92ba5b1a75
2 changed files with 5 additions and 3 deletions

View file

@ -129,7 +129,7 @@ impl AuthHandler {
};
let Ok(passwd) = client.get_nex_password(pid).await else {
warn!("unable to get nex password");
warn!("unable to get nex password for pid: {}:", pid);
return Err(ErrorCode::Core_Exception);
};