diff --git a/src/core/hle/service/dlp/dlp_srvr.cpp b/src/core/hle/service/dlp/dlp_srvr.cpp index 1bcea43d3..514585df4 100644 --- a/src/core/hle/service/dlp/dlp_srvr.cpp +++ b/src/core/hle/service/dlp/dlp_srvr.cpp @@ -17,7 +17,7 @@ static void IsChild(Interface* self) { cmd_buff[1] = RESULT_SUCCESS.raw; cmd_buff[2] = 0; - LOG_WARNING(Service_DLP, "(STUBBED) called"); + NGLOG_WARNING(Service_DLP, "(STUBBED) called"); } const Interface::FunctionInfo FunctionTable[] = {