mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
fix: Change error style in Config (#2314)
Fix: #1886 Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com> Co-authored-by: Alex Kremer <akremer@ripple.com> Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
@@ -46,7 +46,7 @@ struct Error {
|
||||
*/
|
||||
Error(std::string_view key, std::string_view err)
|
||||
: error{
|
||||
fmt::format("{} {}", key, err),
|
||||
fmt::format("The value of {} {}", key, err),
|
||||
}
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user