mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-05 03:35:06 +01:00
Remove unused parameter from logging
This commit is contained in:
parent
30bf793fa0
commit
9fb780cac1
@ -76,7 +76,7 @@ DECL_FUNCTION(FSStatus, FSReadDirAsync, FSClient *client, FSCmdBlock *block, FSD
|
||||
}
|
||||
|
||||
DECL_FUNCTION(FSStatus, FSCloseDir, FSClient *client, FSCmdBlock *block, FSDirectoryHandle handle, FSErrorFlag errorMask) {
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("", errorMask);
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("");
|
||||
if (isForceRealFunction(errorMask)) {
|
||||
return real_FSCloseDir(client, block, handle, errorMask);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user