summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Sender/Sender_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Collocation/Sender/Sender_exec.cpp')
-rw-r--r--CIAO/tests/Collocation/Sender/Sender_exec.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/CIAO/tests/Collocation/Sender/Sender_exec.cpp b/CIAO/tests/Collocation/Sender/Sender_exec.cpp
index c5bb949dc81..95310c3b1d8 100644
--- a/CIAO/tests/Collocation/Sender/Sender_exec.cpp
+++ b/CIAO/tests/Collocation/Sender/Sender_exec.cpp
@@ -26,9 +26,10 @@ namespace CIAO_Sender_Impl
#if !defined (CCM_DIRECTCOLL)
ACE_DEBUG ((LM_DEBUG,
"SENDER: hello_exec_i::set_point pointer"
- "No collocation because CIAO not build with "
- "ccm_diect_collocation = 1.\n",
- (void *)&p));
+ "Strategy desired <%C>, but no collocation "
+ "because CIAO not build with "
+ "ccm_direct_collocation = 1.\n",
+ strat));
#else
if ((ACE_OS::strcmp("direct", strat) == 0) ||
(ACE_OS::strcmp("best", strat) == 0))