Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7456 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Apr 29, 2006, 11:23:10 PM (19 years ago)
Author:
bensch
Message:

trunk: work work…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.cc

    r7422 r7456  
    3939  {
    4040    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());
    4242    this->setName(commandName);
    4343
Note: See TracChangeset for help on using the changeset viewer.