Author: robbinspg
Date: Wed Apr 12 01:26:19 2006
New Revision: 393412

URL: http://svn.apache.org/viewcvs?rev=393412&view=rev
Log:
Change spurious logged errors to info

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

Modified: 
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/EntryPoint.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/EntryPoint.cpp?rev=393412&r1=393411&r2=393412&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/EntryPoint.cpp 
(original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/EntryPoint.cpp 
Wed Apr 12 01:26:19 2006
@@ -35,7 +35,7 @@
                 : name(epName)
             {
                 LOGENTRY(1, "EntryPoint::constructor");
-                LOGERROR_1(0, "EntryPoint::constructor: EntryPoint name: %s", 
name.c_str());
+                LOGINFO_1(2, "EntryPoint::constructor: EntryPoint name: %s", 
name.c_str());
                 LOGEXIT(1, "EntryPoint::constructor");
             }
 

Modified: 
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ExternalService.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ExternalService.cpp?rev=393412&r1=393411&r2=393412&view=diff
==============================================================================
--- 
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ExternalService.cpp
 (original)
+++ 
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/ExternalService.cpp
 Wed Apr 12 01:26:19 2006
@@ -34,7 +34,7 @@
                 : WireTarget(serviceName), containingModule(module)
             {
                 LOGENTRY(1, "ExternalService::constructor");
-                LOGERROR_1(0, "ExternalService::constructor: ExternalService 
name: %s", getName().c_str());
+                LOGINFO_1(2, "ExternalService::constructor: ExternalService 
name: %s", getName().c_str());
                 LOGEXIT(1, "ExternalService::constructor");
             }
 


Reply via email to