summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-10-02 08:27:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-10-02 08:27:41 +0000
commit7212bedcb0d72abe2e3f3778e1884142bf330fa7 (patch)
treebc383bb56d26406da486aac301609b2bce48c30f
parentcad46ffeee73c058a23504a75a56ab8fd4911aaf (diff)
downloadATCD-7212bedcb0d72abe2e3f3778e1884142bf330fa7.tar.gz
Tue Oct 2 08:27:28 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Containers/Container_Base_T.cpp: Simplified logging statement
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/ciao/Containers/Container_Base_T.cpp4
2 files changed, 7 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 2b4b2e57b73..6d987e6b0aa 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 2 08:27:28 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ciao/Containers/Container_Base_T.cpp:
+ Simplified logging statement
+
Tue Oct 2 06:48:39 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Hello_Event/descriptors/run_test.pl:
diff --git a/CIAO/ciao/Containers/Container_Base_T.cpp b/CIAO/ciao/Containers/Container_Base_T.cpp
index 83474638db0..fc2ead9808d 100644
--- a/CIAO/ciao/Containers/Container_Base_T.cpp
+++ b/CIAO/ciao/Containers/Container_Base_T.cpp
@@ -156,8 +156,8 @@ namespace CIAO
(LM_DEBUG,
CLINFO
"Container_i::prepare_installation <%C> - "
- "Loading %C [%C] from shared libraries\n",
- entity, entity, name));
+ "Loading [%C] from shared libraries\n",
+ entity, name));
CIAO_DEBUG (6,
(LM_DEBUG,