ES: use PRIx64 to print m_addtitle_tmd.GetTitleId()

Fixes a warning on macOS with Clang.
This commit is contained in:
Michael Maltese 2017-02-06 20:31:20 -08:00
parent bdf09c7d3b
commit 58f01e60d6

View file

@ -403,7 +403,7 @@ IPCCommandResult ES::AddContentStart(const IOCtlVRequest& request)
if (title_id != m_addtitle_tmd.GetTitleId())
{
ERROR_LOG(IOS_ES, "IOCTL_ES_ADDCONTENTSTART: title id %016" PRIx64 " != "
"TMD title id %016lx, ignoring",
"TMD title id %016" PRIx64 ", ignoring",
title_id, m_addtitle_tmd.GetTitleId());
}