mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-12-27 21:56:42 +00:00
service/news: Migrate logging macro
This commit is contained in:
parent
4c67f1c7c6
commit
bd368d6921
|
@ -11,7 +11,7 @@ namespace NEWS {
|
||||||
void NEWS_S::GetTotalNotifications(Kernel::HLERequestContext& ctx) {
|
void NEWS_S::GetTotalNotifications(Kernel::HLERequestContext& ctx) {
|
||||||
IPC::RequestParser rp(ctx, 0x5, 0, 0);
|
IPC::RequestParser rp(ctx, 0x5, 0, 0);
|
||||||
|
|
||||||
LOG_WARNING(Service, "(STUBBED) called");
|
NGLOG_WARNING(Service, "(STUBBED) called");
|
||||||
|
|
||||||
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
|
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue