diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-03-29 15:08:33 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-03-29 15:08:33 +0200 |
commit | 70870ce06c3f2497991a43c3e87cbec56d56407b (patch) | |
tree | 3e2326e3e828802cf65aa2b44274af3f315a648b | |
parent | e9a843b605016f6a75e24b9494bf4eef1da1d944 (diff) | |
download | ATCD-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.cpp | 2 |
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: |