IOS/ES: Fix logging type for dumping unknown ioctlvs

This commit is contained in:
Léo Lam 2017-03-06 00:38:13 +01:00
parent 7fa14169e9
commit dd8b0e3c3f
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ IPCCommandResult ES::IOCtlV(const IOCtlVRequest& request)
case IOCTL_ES_DIGETTICKETVIEW:
return DIGetTicketView(request);
default:
request.DumpUnknown(GetDeviceName(), LogTypes::IOS);
request.DumpUnknown(GetDeviceName(), LogTypes::IOS_ES);
break;
}