1
This commit is contained in:
2022-07-16 16:38:48 +02:00
parent 019e092a5e
commit 83b84e238b
4 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@ private:
public:
MainMenu() : listener(*this) {
kout << "MainMenu initialized" << endl;
log << INFO << "MainMenu initialized with ID: " << dec << this->tid << endl;
// kevman.subscribe(this->listener);
}