summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 22:59:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 22:59:44 +0000
commitcc5422697bd1bec5e3b8287200988888ef0160ab (patch)
treea40235c3a6082ef750f8fbf410670ee6d613e5f3
parentbb7c56a8a353c4941f0b9d97101163cf626116ac (diff)
downloadATCD-cc5422697bd1bec5e3b8287200988888ef0160ab.tar.gz
(main): fixed printout if ACE_OS::sched_params call failed
-rw-r--r--performance-tests/Misc/preempt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/performance-tests/Misc/preempt.cpp b/performance-tests/Misc/preempt.cpp
index 5007bdbcc8c..e31a413fa3c 100644
--- a/performance-tests/Misc/preempt.cpp
+++ b/performance-tests/Misc/preempt.cpp
@@ -313,7 +313,8 @@ main (int argc, char *argv[])
ACE_DEBUG ((LM_MAX, "preempt: user is not superuser, "
"so remain in time-sharing class\n"));
else
- ACE_ERROR_RETURN ((LM_ERROR, "%n: getprio failed\n%a"), -1);
+ ACE_ERROR_RETURN ((LM_ERROR, "%n: ACE_OS::sched_params failed\n%a"),
+ -1);
}
High_Priority_Task *high_priority_task;