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

This commit is contained in:
Scott E. Graves 2025-03-05 20:21:51 -06:00
parent 58fde34cfe
commit c54838ad6f

View File

@ -120,10 +120,10 @@ mount(std::vector<const char *> args, std::string data_directory,
std::cout << "Initializing " std::cout << "Initializing "
<< app_config::get_provider_display_name(prov) << app_config::get_provider_display_name(prov)
<< (unique_id.empty() ? "" << (unique_id.empty() ? ""
: (prov == provider_type::s3 || prov == provider_type::sia) : (prov == provider_type::remote)
? " [" + unique_id + ']' ? " [" + remote_host + ':' +
: " [" + remote_host + ':' + std::to_string(remote_port) + ']'
std::to_string(remote_port) + ']') : " [" + unique_id + ']')
<< " Drive" << std::endl; << " Drive" << std::endl;
if (prov == provider_type::remote) { if (prov == provider_type::remote) {
std::uint16_t port{0U}; std::uint16_t port{0U};