summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-04-08 18:15:02 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-04-08 18:15:02 +0000
commit254c9437998c0eb81faf3bd417743eacd306c730 (patch)
treed45d376eba79856d42cb747ca457fc5e18b8d39d
parent11acc6ef569104acb4383a6d59d10385d1ebdc59 (diff)
downloadATCD-254c9437998c0eb81faf3bd417743eacd306c730.tar.gz
ChangeLogTag: Wed Apr 8 18:14:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/ciao/Containers/Servant_Activator.cpp4
2 files changed, 9 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index bd8cbd44f63..c2f1f77c408 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Apr 8 18:14:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * ciao/Containers/Servant_Activator.cpp:
+
+ I'm not sure the absent port activator is an error, changing it to
+ a warning. I'll investigate later.
+
Wed Apr 8 05:09:48 UTC 2009 James H. Hill <hillj@isis.vanderbilt.edu>
* docs/Porting_Hints.txt:
diff --git a/CIAO/ciao/Containers/Servant_Activator.cpp b/CIAO/ciao/Containers/Servant_Activator.cpp
index d984b9c0ce3..ac72f7f4f63 100644
--- a/CIAO/ciao/Containers/Servant_Activator.cpp
+++ b/CIAO/ciao/Containers/Servant_Activator.cpp
@@ -141,14 +141,14 @@ namespace CIAO
Port_Activator_var pa;
if (this->pa_.get (pa, t) == -1)
{
- CIAO_ERROR ((LM_ERROR, CLINFO
+ CIAO_ERROR ((LM_WARNING, CLINFO
"Servant_Activator_i::etherealize - Could not get Port Activator\n"));
continue;
}
if (tmp == 0)
{
- CIAO_ERROR ((LM_ERROR, CLINFO
+ CIAO_ERROR ((LM_WARNING, CLINFO
"Servant_Activator_i::etherealize - Port Activator is NULL\n"));
continue;
}