summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/storage/secondary/FileStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/secondary/FileStorage.cpp b/src/storage/secondary/FileStorage.cpp
index 7312c62a..c824604c 100644
--- a/src/storage/secondary/FileStorage.cpp
+++ b/src/storage/secondary/FileStorage.cpp
@@ -70,7 +70,7 @@ FileStorageBackend::FileStorageBackend(const Params& params)
ASSERT(params.url.scheme() == "file");
if (!params.url.host().empty()) {
throw core::Fatal(FMT(
- "invalid file path \"{}\": specifying a host (\"{}\") is not supported",
+ "invalid file path \"{}\": specifying a host (\"{}\") is not supported",
params.url.str(),
params.url.host()));
}