summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Inheritance/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Inheritance/client.cpp')
-rw-r--r--TAO/tests/Multiple_Inheritance/client.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp
index 69b7e081cd9..c91e049c621 100644
--- a/TAO/tests/Multiple_Inheritance/client.cpp
+++ b/TAO/tests/Multiple_Inheritance/client.cpp
@@ -71,7 +71,7 @@ main (int argc, char **argv)
{
CORBA::Environment env;
- // Parse the command-line arguments to get the IOR
+ // Parse the command-line arguments to get the IOR
parse_args (argc, argv);
// Initialize the ORB
@@ -83,13 +83,13 @@ main (int argc, char **argv)
}
// If ior_input_file exists, Read the file, and get the IOR
- // else, it must have been specified on the command line
+ // else, it must have been specified on the command line
if (ior_input_file != 0)
{
ACE_HANDLE input_file = ACE_OS::open (ior_input_file, 0);
if (input_file == ACE_INVALID_HANDLE)
- ACE_ERROR_RETURN ((LM_ERROR,
- "Cannot open input file for reading IOR: %s\n",
+ ACE_ERROR_RETURN ((LM_DEBUG,
+ "Cannot open input file for reading IOR: %s\n",
ior_input_file),
-1);
ACE_Read_Buffer ior_buffer (input_file);
@@ -110,7 +110,7 @@ main (int argc, char **argv)
env.print_exception ("CORBA::ORB::string_to_object");
return -1;
}
-
+
CORBA::String_var string;
// Narrow the object reference