mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Decrease severity of sys_net_bnet_close
This commit is contained in:
parent
f995771143
commit
baf42430d6
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ s32 sys_net_bnet_close(ppu_thread& ppu, s32 s)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sock->queue.empty())
|
if (!sock->queue.empty())
|
||||||
sys_net.fatal("CLOSE");
|
sys_net.error("CLOSE");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue