From 124b62bf6b13058be534652ab1c446c57dc6bfab Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 23 May 2020 15:47:13 +0200 Subject: [PATCH] Change config path wording Since this field will only be populated if we are actually using values from a config file. --- src/plugin/plugin-bridge.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin/plugin-bridge.cpp b/src/plugin/plugin-bridge.cpp index d14df208..f0d10584 100644 --- a/src/plugin/plugin-bridge.cpp +++ b/src/plugin/plugin-bridge.cpp @@ -768,8 +768,8 @@ void PluginBridge::log_init_message() { // settings in use. Printing the matched glob pattern could also be useful // but it'll be very noisy and it's likely going to be clear from the shown // values anyways. - init_msg << "config path: '" - << config.matched_file.value_or("").string() << "'" + init_msg << "config from: '" + << config.matched_file.value_or("").string() << "'" << std::endl; init_msg << "hosting mode: '"; if (config.group.has_value()) {