summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-16 15:47:22 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-16 15:47:22 +0000
commitb753520fa23d36cfe3866981d939f0b0e2f2b3f8 (patch)
tree203c9984cfc6e0a67b0e130f70286b798d6a9320
parent9e982dadff731ad132fdfd1e3c194593ef5d89cb (diff)
downloadATCD-b753520fa23d36cfe3866981d939f0b0e2f2b3f8.tar.gz
untabified.
-rw-r--r--TAO/utils/catior/catior.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index 8e0d201bf3a..91b0ac241f7 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -855,13 +855,13 @@ cat_sciop_profile (TAO_InputCDR& stream)
for (unsigned int i=0; i< addresses; i++) {
if ((str >> hostname) == 0)
{
- ACE_DEBUG ((LM_DEBUG,
- "%I problem decoding hostname\n"));
- return 1;
+ ACE_DEBUG ((LM_DEBUG,
+ "%I problem decoding hostname\n"));
+ return 1;
}
ACE_DEBUG ((LM_DEBUG,
- "%I Host Name:\t%s\n",
- hostname));
+ "%I Host Name:\t%s\n",
+ hostname));
CORBA::string_free (hostname);
}