Better cellNetCtlGetInfo logging

Also added back some more logging in cellSaveData, but this time only
printed as warnings.
This commit is contained in:
Raul Tambre 2015-07-24 13:33:29 +03:00 committed by Nekotekina
parent e47493e81b
commit 9ecedfdf3c
3 changed files with 37 additions and 1 deletions

View file

@ -104,7 +104,7 @@ s32 cellNetCtlDelHandler(s32 hid)
s32 cellNetCtlGetInfo(s32 code, vm::ptr<CellNetCtlInfo> info)
{
cellNetCtl.Todo("cellNetCtlGetInfo(code=0x%x, info=*0x%x)", code, info);
cellNetCtl.Todo("cellNetCtlGetInfo(code=0x%x (%s), info=*0x%x)", code, InfoCodeToName(code), info);
if (code == CELL_NET_CTL_INFO_IP_ADDRESS)
{