Changeset 6198


Ignore:
Timestamp:
Sep 16, 2009, 11:07:23 AM (15 years ago)
Author:
Christoph Mayer
Message:

logging warn wenn vielleicht gleiche nodeid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5914 r6198  
    234234
    235235        if (remote==nodeid) {
     236                logging_warn("dropping link that has been established to myself (nodes have same nodeid?)");
    236237                baseoverlay.dropLink(lnk);
    237238                return;
Note: See TracChangeset for help on using the changeset viewer.