Changeset 7456 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Apr 29, 2006, 11:23:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r7422 r7456 39 39 { 40 40 this->setClassID(CL_SHELL_COMMAND, "ShellCommand"); 41 PRINTF( 5)("create shellcommand %s %s\n", commandName, className);41 PRINTF(4)("create shellcommand '%s' for class '%s'\n", commandName.c_str(), className.c_str()); 42 42 this->setName(commandName); 43 43
Note: See TracChangeset
for help on using the changeset viewer.