summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/ciao/ComponentServer/CIAO_ComponentServer_Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/ciao/ComponentServer/CIAO_ComponentServer_Task.cpp b/CIAO/ciao/ComponentServer/CIAO_ComponentServer_Task.cpp
index 509fa198e10..953b019c797 100644
--- a/CIAO/ciao/ComponentServer/CIAO_ComponentServer_Task.cpp
+++ b/CIAO/ciao/ComponentServer/CIAO_ComponentServer_Task.cpp
@@ -123,7 +123,7 @@ namespace CIAO
{
CIAO_DEBUG ((LM_ERROR, CLINFO
"ComponentServer_Task::svc - "
- "Failed to narrow callback IOR %s\n",
+ "Failed to narrow callback IOR [%s]\n",
this->callback_ior_str_.c_str ()));
throw Error ("Failed to narrow callback IOR");
}