Changeset 5435 for source/ariba/utility/transport/rfcomm
- Timestamp:
- Jul 29, 2009, 4:42:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/rfcomm/rfcomm.cpp
r5428 r5435 139 139 logging_debug( "Connecting to " << endpoint.to_string() ); 140 140 if (info != NULL && (!info->up || !info->socket->is_open())) { 141 logging_ debug("Old link is down. Trying to re-establish link.");141 logging_error("Old link is down. Trying to re-establish link."); 142 142 info->reinit(); 143 143 } else {
Note:
See TracChangeset
for help on using the changeset viewer.