--- a/src/content/autoscan.cc 2022-01-08 12:46:25.261520801 +0100 +++ /bsrc/content/autoscan.cc 2022-01-08 12:48:28.224374797 +0100 @@ -127,7 +127,7 @@ case ScanMode::INotify: return "inotify"; } - throw_std_runtime_error("Illegal scanmode ({}) given to mapScanmode()", scanmode); + throw_std_runtime_error("Illegal scanmode () given to mapScanmode()"); } ScanMode AutoscanDirectory::remapScanmode(const std::string& scanmode)