more debugging
Some checks failed
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / splatoon-testfire (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 / minecraft-wiiu (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Some checks failed
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / splatoon-testfire (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 / minecraft-wiiu (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
This commit is contained in:
parent
85e61f9100
commit
2d35d2eff6
1 changed files with 2 additions and 0 deletions
|
|
@ -1177,6 +1177,8 @@ impl DataStore for User {
|
|||
|
||||
let data_id = row.data_id as u64;
|
||||
|
||||
log::info!("param is: {:?}", param);
|
||||
log::info!("RIP len is: {}", param.post_param.rating_init_params.len());
|
||||
for rating_param in ¶m.post_param.rating_init_params {
|
||||
log::info!("running init params");
|
||||
init_object_rating_slot(data_id, rating_param.clone())
|
||||
|
|
|
|||
Loading…
Reference in a new issue