Skip to content

Commit

Permalink
Revert "Verbose import by default"
Browse files Browse the repository at this point in the history
This reverts commit 5c9f4c4.
  • Loading branch information
guillaumeblanc committed Apr 6, 2024
1 parent 9a6449e commit 1ce7060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animation/offline/tools/import2ozz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static bool ValidateLogLevel(const ozz::options::Option& _option,
OZZ_OPTIONS_DECLARE_STRING_FN(
log_level,
"Selects log level. Can be \"silent\", \"standard\" or \"verbose\".",
"verbose", false, &ValidateLogLevel)
"standard", false, &ValidateLogLevel)

void InitializeLogLevel() {
ozz::log::Level log_level = ozz::log::GetLevel();
Expand Down

0 comments on commit 1ce7060

Please sign in to comment.