Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
This commit is contained in:
parent
a94cdcf36f
commit
5ae0d6cba2
51 changed files with 730 additions and 378 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
private:
|
||||
void SetOption(Kernel::HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service_SSL, "(STUBBED) called");
|
||||
|
||||
IPC::RequestParser rp{ctx};
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
|
@ -114,6 +115,7 @@ private:
|
|||
|
||||
void SetInterfaceVersion(Kernel::HLERequestContext& ctx) {
|
||||
LOG_DEBUG(Service_SSL, "called");
|
||||
|
||||
IPC::RequestParser rp{ctx};
|
||||
ssl_version = rp.Pop<u32>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue