Changeset 4838 in orxonox.OLD for orxonox/trunk/src/lib/event
- Timestamp:
- Jul 12, 2005, 12:09:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/event/event_handler.cc
r4836 r4838 72 72 if( this->listeners[i][j] != NULL) 73 73 { 74 PRINTF(2)(" Someone forgot to unsubscribe an EventListener!\n");74 PRINTF(2)("forgot to unsubscribe an EventListener %s!\n");//, this->listeners[i][j]->getName()); 75 75 } 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.