Loading src/client/hooks.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ namespace gkfs::hook { int hook_openat(int dirfd, const char* cpath, int flags, mode_t mode) { LOG(INFO, "{}() called with fd: {}, path: \"{}\", flags: {}, mode: {}", LOG(DEBUG, "{}() called with fd: {}, path: \"{}\", flags: {}, mode: {}", __func__, dirfd, cpath, flags, mode); std::string normalized_path{}; Loading src/client/path.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ normalize(const string& path) { slash_idx.push(normalized.size() - 1); normalized.append(path, start, comp_size); } LOG(INFO, "path: '{}', normalized: '{}'", path, normalized); LOG(DEBUG, "path: '{}', normalized: '{}'", path, normalized); return normalized; } Loading Loading
src/client/hooks.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ namespace gkfs::hook { int hook_openat(int dirfd, const char* cpath, int flags, mode_t mode) { LOG(INFO, "{}() called with fd: {}, path: \"{}\", flags: {}, mode: {}", LOG(DEBUG, "{}() called with fd: {}, path: \"{}\", flags: {}, mode: {}", __func__, dirfd, cpath, flags, mode); std::string normalized_path{}; Loading
src/client/path.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ normalize(const string& path) { slash_idx.push(normalized.size() - 1); normalized.append(path, start, comp_size); } LOG(INFO, "path: '{}', normalized: '{}'", path, normalized); LOG(DEBUG, "path: '{}', normalized: '{}'", path, normalized); return normalized; } Loading