Skip to content
Snippets Groups Projects
Verified Commit 3b52e45e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

missing )

parent a8458e79
Branches
Tags
2 merge requests!42Release 0.2.0,!39F remove boost rdep
Pipeline #24577 failed
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -479,7 +479,7 @@ auto ConfigurationManager::InitializeDefaults() -> int { // NOLINT ...@@ -479,7 +479,7 @@ auto ConfigurationManager::InitializeDefaults() -> int { // NOLINT
"We are using the default configuration"; "We are using the default configuration";
} }
if (configuration_file_path != nullptr && !this->json_configuration.IsNull() && WRAPPED_JSON_CONFIGURATION(this)->is_object() { if (configuration_file_path != nullptr && !this->json_configuration.IsNull() && WRAPPED_JSON_CONFIGURATION(this)->is_object()) {
CAOSDB_LOG_INFO(logger_name) << "Loaded configuration from " << *(configuration_file_path) CAOSDB_LOG_INFO(logger_name) << "Loaded configuration from " << *(configuration_file_path)
<< "."; << ".";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment