Changeset 5747 for code/trunk/src/libraries/core/input/InputManager.cc
- Timestamp:
- Sep 19, 2009, 11:17:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/input/InputManager.cc
r5738 r5747 330 330 catch (...) 331 331 { 332 CCOUT(1) << className << " destruction failed! Potential resource leak!" << std::endl; 332 COUT(1) << className << " destruction failed: " << Exception::handleMessage() << std::endl 333 << " Potential resource leak!" << std::endl; 333 334 } 334 335 } … … 342 343 catch (...) 343 344 { 344 CCOUT(1) << "OIS::InputManager destruction failed! Potential resource leak!" << std::endl; 345 COUT(1) << "OIS::InputManager destruction failed" << Exception::handleMessage() << std::endl 346 << " Potential resource leak!" << std::endl; 345 347 } 346 348 oisInputManager_ = NULL;
Note: See TracChangeset
for help on using the changeset viewer.