Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2011, 4:37:38 PM (13 years ago)
Author:
landauf
Message:

Replaced COUT() with orxout() in tools and orxonox library. Requires quite some fine-tuning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/orxonox/ChatInputHandler.cc

    r8327 r8809  
    199199    /* sanity checks */
    200200    if( !tocolor )
    201       COUT(2) << "Empty ListBoxTextItem given to "
    202         "ChatInputhandler::sub_setcolor().\n";
     201      orxout(internal_warning) << "Empty ListBoxTextItem given to "
     202        "ChatInputhandler::sub_setcolor()." << endl;
    203203
    204204    /* "hash" the name */
Note: See TracChangeset for help on using the changeset viewer.