Loading src/client/gkfs_libc.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ static ResultEntry* results = nullptr; #define GKFS_OPERATION(name, fd, ...) \ if(CTX->interception_enabled() && is_gkfs_fd(fd)) { \ auto res = gkfs::syscall::gkfs_##name(__VA_ARGS__); \ DEBUG_INFO("[GKFS] {}(fd={}) -> res {}", #name, fd, res); \ DEBUG_INFO("[GKFS] (fd={}) -> res {}", fd, res); \ return res; \ } Loading Loading
src/client/gkfs_libc.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ static ResultEntry* results = nullptr; #define GKFS_OPERATION(name, fd, ...) \ if(CTX->interception_enabled() && is_gkfs_fd(fd)) { \ auto res = gkfs::syscall::gkfs_##name(__VA_ARGS__); \ DEBUG_INFO("[GKFS] {}(fd={}) -> res {}", #name, fd, res); \ DEBUG_INFO("[GKFS] (fd={}) -> res {}", fd, res); \ return res; \ } Loading