Ignore:
Timestamp:
May 26, 2009, 1:27:41 PM (15 years ago)
Author:
mies
Message:

fixed some minor bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r3690 r3699  
    213213        LinkDescriptor& descriptor = queryLocalLink( link );
    214214        if( descriptor.isUnspecified() ){
    215                 logging_error( "don't know the link you want to drop" );
     215                logging_error( "don't know the link you want to drop "+ link.toString() );
    216216                return;
    217217        }
Note: See TracChangeset for help on using the changeset viewer.