lib: improve printability for some types

A little fmt pixie dust
This commit is contained in:
Dirk-Jan C. Binnema
2023-09-09 11:59:00 +03:00
parent 264bb092f0
commit 89ed21e0c5
4 changed files with 44 additions and 16 deletions

View File

@ -101,4 +101,6 @@ XapianDb::XapianDb(const std::string& db_path, Flavor flavor) :
if (flavor == Flavor::CreateOverwrite)
set_timestamp(MetadataIface::created_key);
mu_debug("created {} / {}", flavor, *this);
}