Ignore:
Timestamp:
Aug 4, 2009, 10:17:33 AM (15 years ago)
Author:
Christoph Mayer
Message:

adress detection aufgeräumt, network info für bleutooth, data stream (hopeful crash fix), logging auf maemo nur warn, ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/StartupWrapper.cpp

    r5614 r5638  
    3838
    3939#include "StartupWrapper.h"
     40#include "ariba/config.h"
    4041
    4142namespace ariba {
     
    131132        // DON'T SVN COMMIT YOUR CHANGED LOGGING! THE ABOVE CODE MUST REMAIN AS IS!
    132133        //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
     134
     135#ifdef HAVE_MAEMO
     136        log4cxx::LoggerPtr logger(log4cxx::Logger::getRootLogger());
     137        logger->setLevel(log4cxx::Level::getWarn());
     138#endif
    133139}
    134140
Note: See TracChangeset for help on using the changeset viewer.