Fixed log before diagrams listing

This commit is contained in:
Bartek Kryza
2022-02-05 19:06:05 +01:00
parent 31f6cebee2
commit bf64a59d0d

View File

@@ -72,8 +72,6 @@ int main(int argc, const char *argv[])
spdlog::default_logger_raw()->set_pattern("[%l] %v");
}
LOG_INFO("Loading clang-uml config from {}", config_path);
clanguml::config::config config;
try {
config = clanguml::config::load(config_path);
@@ -88,6 +86,8 @@ int main(int argc, const char *argv[])
return 0;
}
LOG_INFO("Loaded clang-uml config from {}", config_path);
LOG_INFO("Loading compilation database from {} directory",
config.compilation_database_dir);