summaryrefslogtreecommitdiff
path: root/examples/Mem_Map/IO-tests/test_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Mem_Map/IO-tests/test_io.cpp')
-rw-r--r--examples/Mem_Map/IO-tests/test_io.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Mem_Map/IO-tests/test_io.cpp b/examples/Mem_Map/IO-tests/test_io.cpp
index 3a044d52643..c12a8a654d6 100644
--- a/examples/Mem_Map/IO-tests/test_io.cpp
+++ b/examples/Mem_Map/IO-tests/test_io.cpp
@@ -31,9 +31,9 @@ static ACE_Profile_Timer profile_timer;
static void
print_usage_and_die (void)
{
- cerr << "usage: "
- << program_name
- << " [-i input_file] [-o output_file] [-n iteration_count] [-r]\n";
+ ACE_OS::fprintf (stderr, "usage: %s"
+ " [-i input_file] [-o output_file] [-n iteration_count] [-r]\n",
+ program_name);
ACE_OS::exit (1);
}