port latest v0 commits to refactor and general code cleanup
Some checks failed
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled

This commit is contained in:
red binder 2026-07-21 18:32:16 +02:00
commit a709fd0a61
12 changed files with 125 additions and 88 deletions

View file

@ -143,7 +143,7 @@ impl AuthHandler {
.map_err(|_| ErrorCode::RendezVous_InvalidPassword)?;
info!("source login data");
let source_login_data = (pid, passwd);
println!("{}, {:?}", pid, passwd);
info!("pid: {}, passwd: {:?}", pid, passwd);
let destination_login_data = self.am.destination_server_acct.get_login_data();
info!("we are a-ok here");