From a72cd70af957a06ae870d93314b4ed0f3625f6ee Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 1 Jan 2023 21:16:19 +0100 Subject: Adjust to Debian 11 build --- config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index 7474a1d..4488e84 100644 --- a/config.cpp +++ b/config.cpp @@ -23,7 +23,7 @@ Config::Config(const std::string& config_filename): m_dataPath{default_datapath} m_dataPath = tree.get("config.datapath", default_datapath); m_maxage = tree.get("config.maxage", default_maxage); } catch (const std::exception& ex) { - std::cerr << "Error reading config file " << config_filename << ". Using " << default_datapath << "." << std::endl; + std::cerr << "Error reading config file " << config_filename << ". Using defaults." << std::endl; } } -- cgit v1.2.3