Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3205 in orxonox.OLD for orxonox/trunk/src/importer/framework.cc


Ignore:
Timestamp:
Dec 17, 2004, 7:27:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: DEBUG implemented in the configure-files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/importer/framework.cc

    r3204 r3205  
    5151int main(int argc, char *argv[])
    5252{
    53   int verbose = 2;
    54 
    55   PRINTF(1)("This is The big verbose-Test %i, %s\n", 1, "cool");
     53  int verbose = 3;
     54
     55  PRINTF(2)("This is The big verbose-Test %i, %s\n", 1, "cool");
    5656
    5757  Uint8* keys; // This variable will be used in the keyboard routine
Note: See TracChangeset for help on using the changeset viewer.