Skip to content

Commit

Permalink
Logs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeblanc committed Jul 6, 2024
1 parent c86cf7b commit 8aa362f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/animation/offline/tools/import2ozz_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,9 @@ bool ProcessConfiguration(Json::Value* _config) {
<< std::endl;
}

ozz::log::LogV() << "Configuration string:" << std::endl
<< config_string << std::endl;

Json::Reader json_builder;
if (!json_builder.parse(config_string, *_config, true)) {
ozz::log::Err() << "Error while parsing configuration string: "
Expand Down

0 comments on commit 8aa362f

Please sign in to comment.