missed
This commit is contained in:
parent
6a2153da99
commit
f2419270fd
|
@ -28,7 +28,7 @@ s32 Ngs2::ReportInvalid(Ngs2Handle* handle, u32 handle_type) const {
|
|||
LOG_ERROR(Lib_Ngs2, "Invalid report handle {}", hAddress);
|
||||
return ORBIS_NGS2_ERROR_INVALID_REPORT_HANDLE;
|
||||
default:
|
||||
LOG_ERROR(Lib_Ngs2, "Invalid handle {}", );
|
||||
LOG_ERROR(Lib_Ngs2, "Invalid handle {}", hAddress);
|
||||
return ORBIS_NGS2_ERROR_INVALID_HANDLE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue