summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-03-29 15:08:33 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-03-29 15:08:33 +0200
commit70870ce06c3f2497991a43c3e87cbec56d56407b (patch)
tree3e2326e3e828802cf65aa2b44274af3f315a648b
parente9a843b605016f6a75e24b9494bf4eef1da1d944 (diff)
downloadATCD-70870ce06c3f2497991a43c3e87cbec56d56407b.tar.gz
Remove dot as we don't use that in the other messages in this operation which prevents a double dot in our logging
* TAO/tao/ImR_Client/ImR_Client.cpp:
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp
index dd99a93505c..80483b3ce11 100644
--- a/TAO/tao/ImR_Client/ImR_Client.cpp
+++ b/TAO/tao/ImR_Client/ImR_Client.cpp
@@ -129,7 +129,7 @@ namespace
catch (const ::CORBA::Exception& )
{
return default_obj (
- "could not ImRify object with all profiles.");
+ "could not ImRify object with all profiles");
}
}
private: