debugging
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-04-04 13:23:45 -05:00
parent 00d3dd95a8
commit a613ec77ff

View File

@ -1169,6 +1169,7 @@ auto remote_server::winfsp_create(PWSTR file_name, UINT32 create_options,
utils::unix_error_to_windows((res < 0) ? errno : 0)); utils::unix_error_to_windows((res < 0) ? errno : 0));
} }
fmt::println("{}|{}|{}", file_path, exists, ret);
RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret); RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret);
return ret; return ret;
} }