You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/11/20 08:57:17 UTC

svn commit: r477094 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/core/SCARuntime.cpp

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org