summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-11-26 18:54:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-11-26 18:54:15 +0000
commit02f003fb746dd1b8ae9351cf5e1d01777a825446 (patch)
tree4ed00347b6c45dfb780036a85d568d76ff6c6a17
parentceef22a3e183203ea3818ac2d25a639cd97676de (diff)
downloadATCD-02f003fb746dd1b8ae9351cf5e1d01777a825446.tar.gz
-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");
}