Author: jsdelfino
Date: Sun Nov 19 23:57:15 2006
New Revision: 477094

URL: http://svn.apache.org/viewvc?view=rev&rev=477094
Log:
Log a warning instead of an error if an extension lib cannot be loaded

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp

Modified: 
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp?view=diff&rev=477094&r1=477093&r2=477094
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp 
(original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp 
Sun Nov 19 23:57:15 2006
@@ -238,7 +238,7 @@
                 }
                 catch (TuscanyRuntimeException& ex)
                 {
-                    logerror("Failed to load extension library: %s: %s: %s",
+                    logwarning("Failed to load extension library: %s: %s: %s",
                         files[i].getFileName().c_str(), ex.getEClassName(), 
ex.getMessageText());
                 }
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to