Changeset 5344 for source/ariba/utility


Ignore:
Timestamp:
Jul 26, 2009, 3:32:49 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
Location:
source/ariba/utility
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp

    r5316 r5344  
    320320        // connect to the SDP server running on the remote machine
    321321        logging_debug("querying services from bt device " << ba2string(&target));
    322         session = sdp_connect(BDADDR_ANY, &target, 0);
     322        session = sdp_connect(BDADDR_ANY, &target, SDP_RETRY_IF_BUSY);
    323323
    324324        if (session == NULL) {
  • source/ariba/utility/system/StartupWrapper.cpp

    r5316 r5344  
    107107        }
    108108        {
    109 //              log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BaseCommunication"));
    110 //              logger->setLevel(log4cxx::Level::getError());
     109                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BaseCommunication"));
     110                logger->setLevel(log4cxx::Level::getDebug());
     111        }
     112        {
     113                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("OverlayBootstrap"));
     114                logger->setLevel(log4cxx::Level::getDebug());
     115        }
     116        {
     117                        log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BootstrapManager"));
     118                        logger->setLevel(log4cxx::Level::getDebug());
     119        }
     120        {
     121                        log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BluetoothSdp"));
     122                        logger->setLevel(log4cxx::Level::getDebug());
    111123        }
    112124
Note: See TracChangeset for help on using the changeset viewer.