Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2008, 3:47:21 PM (16 years ago)
Author:
scheusso
Message:

added some debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/ClientConnection.cc

    r790 r889  
    159159      case ENET_EVENT_TYPE_CONNECT:
    160160      case ENET_EVENT_TYPE_RECEIVE:
    161         //std::cout << "got packet" << std::endl;
     161        COUT(5) << "receiver-Thread: got new packet" << std::endl;
    162162        processData(&event);
    163163        break;
     
    215215
    216216  bool ClientConnection::processData(ENetEvent *event) {
    217     //std::cout << "got packet, pushing to queue" << std::endl;
     217    COUT(5) << "got packet, pushing to queue" << std::endl;
    218218    // just add packet to the buffer
    219219    // this can be extended with some preprocessing
Note: See TracChangeset for help on using the changeset viewer.