(file) Return to ProviderMessageHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Default

Diff for /pegasus/src/Pegasus/ProviderManager2/Default/ProviderMessageHandler.cpp between version 1.25.4.5 and 1.25.4.6

version 1.25.4.5, 2013/07/20 18:32:52 version 1.25.4.6, 2014/03/12 20:21:37
Line 163 
Line 163 
     {     {
         _provider->initialize(cimom);         _provider->initialize(cimom);
     }     }
       catch (CIMException& e)
       {
           PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,
               "Caught CIMexception from provider %s initialize() method."
               " Code: %u Msg: %s",
               (const char*)_fullyQualifiedProviderName.getCString(),
                e.getCode(), cimStatusCodeToString(e.getCode()) ));
           throw;
       }
       catch (Exception& e)
       {
   
           PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,
               "Caught Exception from provider %s initialize() method. %s",
               (const char*)_fullyQualifiedProviderName.getCString(),
               (const char*) e.getMessage().getCString() ));
           throw;
       }
     catch (...)     catch (...)
     {     {
         PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,         PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL1,


Legend:
Removed from v.1.25.4.5  
changed lines
  Added in v.1.25.4.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2