Fixed t00033 after refactoring class diagram visitor

This commit is contained in:
Bartek Kryza
2022-02-23 21:25:28 +01:00
parent 2554008f85
commit 1c619a9695
3 changed files with 6 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ bool diagram::should_include(const std::string &name_) const
return true;
}
spdlog::debug("Skipping from diagram: {}", name);
LOG_DBG("Skipping from diagram: {}", name);
return false;
}