diff --git a/core/src/main/cpp/main/src/config_manager.cpp b/core/src/main/cpp/main/src/config_manager.cpp index 7a6d8b3b..fa6db3e5 100644 --- a/core/src/main/cpp/main/src/config_manager.cpp +++ b/core/src/main/cpp/main/src/config_manager.cpp @@ -194,7 +194,7 @@ namespace lspd { scope.emplace(std::move(app_pkg_name)); } if (IsInstaller(module_pkg_name)) scope.erase("android"); - LOGI("scope of %s is:\n%s", module_pkg_name.c_str(), ([&scope = scope]() { + LOGI("scope of %s is:\n %s", module_pkg_name.c_str(), ([&scope = scope]() { std::ostringstream join; std::copy(scope.begin(), scope.end(), std::ostream_iterator(join, "\n "));