mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-31 20:41:45 +01:00
Decrease severity of sys_net_bnet_close
This commit is contained in:
parent
f995771143
commit
baf42430d6
@ -1426,7 +1426,7 @@ s32 sys_net_bnet_close(ppu_thread& ppu, s32 s)
|
||||
}
|
||||
|
||||
if (!sock->queue.empty())
|
||||
sys_net.fatal("CLOSE");
|
||||
sys_net.error("CLOSE");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user