mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 05:19:20 +00:00
Debug what destructors are called
This commit is contained in:
@ -71,6 +71,7 @@ namespace Power
|
||||
|
||||
Power::~Power()
|
||||
{
|
||||
debug("Destructor called");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user