Skip to content

Commit

Permalink
deprecation: Log DEP_LEVEL::FOR_REMOVAL and DEP_LEVEL::REMOVED by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
jostephd committed Oct 15, 2019
1 parent af18da9 commit 1098c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecation.cpp
Expand Up @@ -24,7 +24,7 @@
// 0 would mean log errors only.
// 1 would mean log errors and warnings.
// and so on and so on.
static lg::log_domain log_deprecate("deprecation", -1);
static lg::log_domain log_deprecate("deprecation", 0);

std::string deprecated_message(
const std::string& elem_name, DEP_LEVEL level, const version_info& version, const std::string& detail)
Expand Down

0 comments on commit 1098c3d

Please sign in to comment.