BUG#: 8670
authorthilo.boehm <thilo.boehm>
Tue, 12 Jan 2010 11:15:22 +0000 (11:15 +0000)
committerthilo.boehm <thilo.boehm>
Tue, 12 Jan 2010 11:15:22 +0000 (11:15 +0000)
TITLE: Re-word DISCARDED_DATA trace message.

DESCRIPTION: Re-word DISCARDED_DATA trace message at catching an exception of the repository.

src/Pegasus/Server/CIMServer.cpp

index e0f6fe56259dcc4de8bede6c66b28308be90e21a..1127b21c5af20845417f5532185698e8462c0527 100644 (file)
@@ -232,7 +232,10 @@ SCMOClass CIMServer::_scmoClassCache_GetClass(
     catch (Exception& e)
     {
         PEG_TRACE((TRC_DISCARDED_DATA, Tracer::LEVEL2,
-                   "Exception from the repositroy: %s",
+                   "The class '%s' in the name space '%s' was not found. "
+                       "The repository throws the following exception: %s",
+                   (const char*)className.getString().getCString(),
+                   (const char*)nameSpace.getString().getCString(),
                    (const char*)e.getMessage().getCString()));
         // Return a empty class.
         PEG_METHOD_EXIT();