diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-04 21:02:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-04 21:02:23 +0100 |
| commit | 20bf5c5ce90123c76105e4f62039a5c9899287c0 (patch) | |
| tree | 80601c954f919bb11b1cb83b30af00447e08e4af /src/lib/exceptions.cc | |
| parent | 0242ba75b62ba245bb1b61086d118520f7477934 (diff) | |
Hacks: qube is awkward as it needs this _type2706-redownload-certificates
The whole thing is a bit of a nightmare and there's no tests.
Diffstat (limited to 'src/lib/exceptions.cc')
| -rw-r--r-- | src/lib/exceptions.cc | 2 |
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)) { } |
