Skip to content

Commit

Permalink
Fixed DBG info message of HDCache
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Oct 27, 2023
1 parent 2834e9f commit ec7f0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ml/hdcache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ class HDCache

~HDCache()
{
DBG(Surrogate, "Destroying UQ-cache");
DBG(UQModule, "Deleting UQ-Module");
if (m_index) {
DBG(UQModule, "Deleting HD-Cache");
m_index->reset();
delete m_index;
}
Expand Down

0 comments on commit ec7f0be

Please sign in to comment.