From 9fb780cac117bcb1e879730aa940b0f2820ffe11 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 29 Apr 2022 10:25:48 +0200 Subject: [PATCH] Remove unused parameter from logging --- src/FSDirReplacements.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSDirReplacements.cpp b/src/FSDirReplacements.cpp index 4b545f7..c2fdd01 100644 --- a/src/FSDirReplacements.cpp +++ b/src/FSDirReplacements.cpp @@ -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); }