You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/11/23 18:31:13 UTC

svn commit: r478624 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp

Author: robbinspg
Date: Thu Nov 23 09:31:11 2006
New Revision: 478624

URL: http://svn.apache.org/viewvc?view=rev&rev=478624
Log:
correct parameter to logerror()

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp?view=diff&rev=478624&r1=478623&r2=478624
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ModelLoader.cpp Thu Nov 23 09:31:11 2006
@@ -367,7 +367,7 @@
                                 }
                             } catch (SDORuntimeException& ex) 
                             {
-                                logerror(0, "Unable to load file:%s", typeFileName.c_str());
+                                logerror("Unable to load file:%s", typeFileName.c_str());
                                 throwException(SystemConfigurationException, ex);
                             }
                         }    



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org