summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-04-10 15:08:01 +0200
committerGitHub <noreply@github.com>2018-04-10 15:08:01 +0200
commit29c5bc48b96635cf8aba0f63e3ebd5f3802452d3 (patch)
treeeabc99b65ed256f7427b1af0182c346e6267ff14
parent69d6f8ecbb8878a836f372e228b377ba04eaa3a9 (diff)
parent2855e7d3bebfcab8a443d923224e6412968f02ad (diff)
downloadATCD-29c5bc48b96635cf8aba0f63e3ebd5f3802452d3.tar.gz
Merge pull request #613 from jwillemsen/master
Combine two logging lines into one
-rw-r--r--TAO/tao/Object.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 3e73ac25c1c..78a7cd0d77c 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -929,9 +929,8 @@ operator>> (TAO_InputCDR& cdr, CORBA::Object*& x)
// profile from the IOR.
TAOLIB_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) - ERROR: Could not create all ")
- ACE_TEXT ("profiles while extracting object [%d, %d]\n")
- ACE_TEXT ("TAO (%P|%t) - ERROR: reference from the ")
- ACE_TEXT ("CDR stream.\n"),
+ ACE_TEXT ("profiles while extracting object [%d, %d] ")
+ ACE_TEXT ("reference from the CDR stream.\n"),
mp.profile_count (), profile_count),
false);
}