summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-05 14:40:14 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-05 14:40:14 +0000
commit27c57b83f6e338917a48da8dd008750fc9ad1007 (patch)
tree0196934a13e5da4d6e7f98176a7f2dd856e9bb56 /modules
parentd05f81613b081aa996d8f732b3d67a128509e40e (diff)
downloadATCD-27c57b83f6e338917a48da8dd008750fc9ad1007.tar.gz
Wed Aug 5 14:39:36 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>
Diffstat (limited to 'modules')
-rw-r--r--modules/CIAO/ChangeLog11
-rw-r--r--modules/CIAO/ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp2
2 files changed, 10 insertions, 3 deletions
diff --git a/modules/CIAO/ChangeLog b/modules/CIAO/ChangeLog
index bc6a9498afa..958c6b2218c 100644
--- a/modules/CIAO/ChangeLog
+++ b/modules/CIAO/ChangeLog
@@ -1,9 +1,16 @@
+Wed Aug 5 14:39:36 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>
+
+ * ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp:
+
+ Changed severity of logging for replacement of already present
+ artifact info.
+
Wed Aug 5 14:38:22 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>
* ciao/Containers/Servant_Activator.cpp:
- Fixed bug whereby the port activator for a servant would never be found.
-
+ Fixed bug whereby the port activator for a servant would never be found.
+
Wed Aug 5 14:25:09 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>
* connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.idl:
diff --git a/modules/CIAO/ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp b/modules/CIAO/ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp
index e8be168dc66..b01175fcbd4 100644
--- a/modules/CIAO/ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp
+++ b/modules/CIAO/ciao/ComponentServer/CIAO_ComponentInstallation_Impl.cpp
@@ -34,7 +34,7 @@ namespace CIAO
}
else
{
- CIAO_ERROR ((LM_WARNING, CLINFO "ComponentInstallation_Impl::install - Location for artifact %C "
+ CIAO_DEBUG ((LM_DEBUG, CLINFO "ComponentInstallation_Impl::install - Location for artifact %C "
"already present, replacing.\n",
implUUID));
this->locations_.rebind (implUUID, location);