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

@ -191,6 +191,7 @@ never_inline s32 savedata_op(
if (result->result < 0)
{
cellSysutil.Warning("savedata_op(): funcList returned < 0.");
return CELL_SAVEDATA_ERROR_CBRESULT;
}
@ -302,6 +303,7 @@ never_inline s32 savedata_op(
if (result->result < 0)
{
cellSysutil.Warning("savedata_op(): funcFixed returned < 0.");
return CELL_SAVEDATA_ERROR_CBRESULT;
}
@ -436,6 +438,7 @@ never_inline s32 savedata_op(
if (result->result < 0)
{
cellSysutil.Warning("savedata_op(): funcStat returned < 0.");
return CELL_SAVEDATA_ERROR_CBRESULT;
}
@ -504,6 +507,7 @@ never_inline s32 savedata_op(
if (result->result < 0)
{
cellSysutil.Warning("savedata_op(): funcFile returned < 0.");
return CELL_SAVEDATA_ERROR_CBRESULT;
}