summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc
index dbeae409f..a34d8f90b 100644
--- a/src/lib/exceptions.cc
+++ b/src/lib/exceptions.cc
@@ -193,7 +193,7 @@ SQLError::get_filename(SQLiteDatabase& db)
CertificateReadError::CertificateReadError(string const& detail)
- : std::runtime_error(fmt::format(_("Could not read certificate file ({})", detail)))
+ : std::runtime_error(fmt::format(_("Could not read certificate file ({})"), detail))
{
}