summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-01-20 12:58:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-01-20 12:58:57 +0000
commit9fa9f08ea2b9823341f17ef4fbc286f36d0a1af0 (patch)
treeb311a6ec3a44e18d54538a25258f901af5e2537d /TAO/performance-tests
parent7e8b649a0c2e8171d31f8f46f38b9b97b8141d72 (diff)
downloadATCD-9fa9f08ea2b9823341f17ef4fbc286f36d0a1af0.tar.gz
ChangeLogTag: Thu Jan 20 06:57:40 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Callback/client.cpp4
-rw-r--r--TAO/performance-tests/Latency/AMI/client.cpp4
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp2
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/TAO/performance-tests/Callback/client.cpp b/TAO/performance-tests/Callback/client.cpp
index 097a453a527..9a4fd95412e 100644
--- a/TAO/performance-tests/Callback/client.cpp
+++ b/TAO/performance-tests/Callback/client.cpp
@@ -63,12 +63,12 @@ main (int argc, char *argv [])
if (ACE_OS::last_error () == EPERM)
{
ACE_DEBUG ((LM_DEBUG,
- "server (%P|%t): user is not superuser, "
+ "client (%P|%t): user is not superuser, "
"test runs in time-shared class\n"));
}
else
ACE_ERROR ((LM_ERROR,
- "server (%P|%t): sched_params failed\n"));
+ "client (%P|%t): sched_params failed\n"));
}
ACE_TRY_NEW_ENV
diff --git a/TAO/performance-tests/Latency/AMI/client.cpp b/TAO/performance-tests/Latency/AMI/client.cpp
index cf34a32640c..ac678fc1a15 100644
--- a/TAO/performance-tests/Latency/AMI/client.cpp
+++ b/TAO/performance-tests/Latency/AMI/client.cpp
@@ -64,12 +64,12 @@ main (int argc, char *argv[])
if (ACE_OS::last_error () == EPERM)
{
ACE_DEBUG ((LM_DEBUG,
- "server (%P|%t): user is not superuser, "
+ "client (%P|%t): user is not superuser, "
"test runs in time-shared class\n"));
}
else
ACE_ERROR ((LM_ERROR,
- "server (%P|%t): sched_params failed\n"));
+ "client (%P|%t): sched_params failed\n"));
}
ACE_TRY_NEW_ENV
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
index d95a1c1b699..5a1b5a0af83 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
@@ -136,7 +136,7 @@ main (int argc, char *argv[])
}
else
ACE_ERROR ((LM_ERROR,
- "server (%P|%t): sched_params failed\n"));
+ "client (%P|%t): sched_params failed\n"));
}
ACE_TRY_NEW_ENV
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
index 8f2095c085a..d8094de1d7a 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
@@ -136,7 +136,7 @@ main (int argc, char *argv[])
}
else
ACE_ERROR ((LM_ERROR,
- "server (%P|%t): sched_params failed\n"));
+ "client (%P|%t): sched_params failed\n"));
}
ACE_TRY_NEW_ENV