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

This commit is contained in:
Scott E. Graves 2025-04-04 12:37:33 -05:00
parent dab8c61f87
commit 908e75c696

View File

@ -205,7 +205,7 @@ auto remote_client::winfsp_create(PWSTR file_name, UINT32 create_options,
#endif // defined(_WIN32) #endif // defined(_WIN32)
} }
fmt::println("{}|{}|{}", file_name, exists, ret); fmt::println("{}|{}|{}", utils::string::to_utf8(file_name), exists, ret);
return ret; return ret;
} }