summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Big_Request/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/client.cpp b/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
index ff40770d4a5..74fbd9e11d4 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
+++ b/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
@@ -71,7 +71,7 @@ main (int argc, char *argv[])
data_input[i] = i % 9;
ACE_DEBUG ((LM_DEBUG,
- "Sending octet sequence of length %u\n",
+ "Sending octet sequence of length:\t%u\n",
data_input.length()));
txObject->send (data_input, ACE_TRY_ENV);
@@ -83,7 +83,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
ACE_DEBUG ((LM_DEBUG,
- "Received octet sequence of length %u\n",
+ "Received octet sequence of length:\t%u\n",
data_output->length()));
txObject->shutdown (ACE_TRY_ENV);