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

Diff for /pegasus/src/Pegasus/Common/SSLContext.cpp between version 1.104 and 1.105

version 1.104, 2008/12/16 18:56:00 version 1.105, 2009/07/03 09:46:22
Line 918 
Line 918 
                 "---> SSL: No server certificate found in %s",                 "---> SSL: No server certificate found in %s",
                 (const char*)_certPath.getCString()));                 (const char*)_certPath.getCString()));
             MessageLoaderParms parms(             MessageLoaderParms parms(
                 "Common.SSLContext.COULD_NOT_GET_SERVER_CERTIFICATE",                  "Common.SSLContext.COULD_NOT_ACCESS_SERVER_CERTIFICATE",
                 "Could not get server certificate.");                  "Could not access server certificate in $0.",
                   (const char*)_certPath.getCString());
             PEG_METHOD_EXIT();             PEG_METHOD_EXIT();
             throw SSLException(parms);             throw SSLException(parms);
         }         }


Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2