Skip to content
Snippets Groups Projects
Commit ea615ef5 authored by bunnei's avatar bunnei
Browse files

logger: Use Service_HID category where applicable.

parent 764bbaa1
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ private: ...@@ -49,7 +49,7 @@ private:
IPC::ResponseBuilder rb{ctx, 2, 1}; IPC::ResponseBuilder rb{ctx, 2, 1};
rb.Push(RESULT_SUCCESS); rb.Push(RESULT_SUCCESS);
rb.PushCopyObjects(shared_mem); rb.PushCopyObjects(shared_mem);
LOG_DEBUG(Service, "called"); LOG_DEBUG(Service_HID, "called");
} }
void LoadInputDevices() { void LoadInputDevices() {
...@@ -172,7 +172,7 @@ private: ...@@ -172,7 +172,7 @@ private:
IPC::ResponseBuilder rb{ctx, 2, 0, 1}; IPC::ResponseBuilder rb{ctx, 2, 0, 1};
rb.Push(RESULT_SUCCESS); rb.Push(RESULT_SUCCESS);
rb.PushIpcInterface<IAppletResource>(applet_resource); rb.PushIpcInterface<IAppletResource>(applet_resource);
LOG_DEBUG(Service, "called"); LOG_DEBUG(Service_HID, "called");
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment