Tobias 2018-11-18 21:49:17 +01:00 committed by GitHub
parent 5d7167dfca
commit 13f79cc5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1101,7 +1101,7 @@ static ResultCode CloseHandle(Handle handle) {
/// Reset an event
static ResultCode ResetSignal(Handle handle) {
LOG_WARNING(Kernel_SVC, "(STUBBED) called handle 0x{:08X}", handle);
LOG_DEBUG(Kernel_SVC, "called handle 0x{:08X}", handle);
const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
auto event = handle_table.Get<Event>(handle);