Changeset 7933 for source/ariba/overlay
- Timestamp:
- Apr 23, 2010, 11:27:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r7744 r7933 268 268 CommunicationListener* BaseOverlay::getListener( const ServiceID& service ) { 269 269 if( !communicationListeners.contains( service ) ) { 270 logging_ error( "No listener found for service " << service.toString() );270 logging_info( "No listener found for service " << service.toString() ); 271 271 return NULL; 272 272 }
Note:
See TracChangeset
for help on using the changeset viewer.