Changeset 3699 for source/ariba/communication
- Timestamp:
- May 26, 2009, 1:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r3690 r3699 213 213 LinkDescriptor& descriptor = queryLocalLink( link ); 214 214 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() ); 216 216 return; 217 217 }
Note:
See TracChangeset
for help on using the changeset viewer.