summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
index eaf8a8140f2..ae8fce95a5b 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
@@ -360,7 +360,7 @@ Cubit_i::cube_rti_data (const Cubit::RtiPacket &input,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Input: \n"));
+ "Input:\n"));
print_RtiPacket (input);
}
@@ -375,7 +375,7 @@ Cubit_i::cube_rti_data (const Cubit::RtiPacket &input,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Output: \n"));
+ "Output:\n"));
print_RtiPacket (*output.ptr ());
}
}