Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 4:14:13 PM (14 years ago)
Author:
adrfried
Message:

more debug output added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/libraries/network/LANDiscoverable.cc

    r7402 r7411  
    100100          if( strcmp( LAN_DISCOVERY_MESSAGE, (char*)event.packet->data ) == 0 )      // check for a suitable orxonox client
    101101          {
     102            COUT(4) << "Received LAN discovery message from " << event.peer->host << std::endl;
    102103            packet::ServerInformation info;
    103104            info.setServerName("Orxonox Server");
Note: See TracChangeset for help on using the changeset viewer.