Debug what destructors are called

This commit is contained in:
Alex
2023-02-14 03:53:09 +02:00
parent 47a10df568
commit 5257ff662f
11 changed files with 22 additions and 14 deletions

View File

@ -621,6 +621,6 @@ namespace VirtualFileSystem
Virtual::~Virtual()
{
trace("Destroying virtual file system...");
debug("Destructor called");
}
}