Ignore:
Timestamp:
Jul 29, 2009, 4:42:50 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/rfcomm/rfcomm.cpp

    r5428 r5435  
    139139                logging_debug( "Connecting to " << endpoint.to_string() );
    140140                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.");
    142142                        info->reinit();
    143143                } else {
Note: See TracChangeset for help on using the changeset viewer.