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

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