Changeset 1783 for code/trunk/src/core/input
- Timestamp:
- Sep 15, 2008, 9:54:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/Button.cc
r1755 r1783 220 220 if (serious) 221 221 { 222 COUT(2) << "Error while parsing binding for button/axis " << this->name_ << ". "222 COUT(2) << "Error while parsing binding for button/axis " << this->name_ << ". " 223 223 << message << std::endl; 224 224 } 225 225 else 226 226 { 227 COUT(3) << "Warning while parsing binding for button/axis " << this->name_ << ". "227 COUT(3) << "Warning while parsing binding for button/axis " << this->name_ << ". " 228 228 << message << std::endl; 229 229 }
Note: See TracChangeset
for help on using the changeset viewer.