summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-04-10 09:54:43 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-04-10 09:54:43 +0200
commit2855e7d3bebfcab8a443d923224e6412968f02ad (patch)
treeeabc99b65ed256f7427b1af0182c346e6267ff14
parent3ead9df51912321ed0040cf193127eb254adbdf5 (diff)
downloadATCD-2855e7d3bebfcab8a443d923224e6412968f02ad.tar.gz
Combine two logging lines into one
* TAO/tao/Object.cpp:
-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);
}