logging
This commit is contained in:
@ -47,6 +47,7 @@ public:
|
|||||||
Thread();
|
Thread();
|
||||||
|
|
||||||
virtual ~Thread() {
|
virtual ~Thread() {
|
||||||
|
log << INFO << "Uninitialized thread, ID: " << dec << this->tid << endl;
|
||||||
delete[] this->stack;
|
delete[] this->stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user