Files
scylladb/service
Kefu Chai 83ceedb18b storage_service: do not cast a string to string_view before formatting
seastar::format() just forward the parameters to be formatted to
`fmt::format_to()`, which is able to format `std::string`, so there is
no need to cast the `std::string` instance to `std::string_view` for
formatting it.

in this change, the cast is dropped. simpler this way.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes #15143
2023-08-25 16:43:38 +03:00
..
2023-06-06 13:29:16 +03:00