(file) Return to ThreadPool.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/ThreadPool.cpp between version 1.17 and 1.18

version 1.17, 2008/08/15 17:24:52 version 1.18, 2008/08/28 17:24:36
Line 227 
Line 227 
             }             }
             catch (Exception& e)             catch (Exception& e)
             {             {
                 PEG_TRACE_STRING(TRC_DISCARDED_DATA, Tracer::LEVEL1,                  PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,
                     String("Exception from work in ThreadPool::_loop: ") +                      "Exception from work in ThreadPool::_loop: %s",
                         e.getMessage());                      (const char*)e.getMessage().getCString()));
             }             }
             catch (const exception& e)             catch (const exception& e)
             {             {
                 PEG_TRACE_STRING(TRC_DISCARDED_DATA, Tracer::LEVEL1,                  PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,
                     String("Exception from work in ThreadPool::_loop: ") +                      "Exception from work in ThreadPool::_loop: %s",e.what()));
                         e.what());  
             }             }
             catch (...)             catch (...)
             {             {
Line 268 
Line 267 
     }     }
     catch (const Exception & e)     catch (const Exception & e)
     {     {
         PEG_TRACE_STRING(TRC_DISCARDED_DATA, Tracer::LEVEL1,          PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,
             "Caught exception: \"" + e.getMessage() + "\".  Exiting _loop.");              "Caught exception: \"%s\".  Exiting _loop.",
               (const char*)e.getMessage().getCString()));
     }     }
     catch (...)     catch (...)
     {     {


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2