summaryrefslogtreecommitdiff
path: root/tests/Priority_Task_Test.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-10 18:50:08 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-10 18:50:08 +0000
commitfc5e927aa03f619a134c48aa22f30a45c904cda2 (patch)
tree685d07b24db20251c3ae2b15b0ba6a22bc2590b3 /tests/Priority_Task_Test.cpp
parent8457ce322e95cb309b8ab50d8af16b42b6aa2990 (diff)
downloadATCD-fc5e927aa03f619a134c48aa22f30a45c904cda2.tar.gz
ChangeLogTag: Wed Nov 10 12:42:45 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests/Priority_Task_Test.cpp')
-rw-r--r--tests/Priority_Task_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Priority_Task_Test.cpp b/tests/Priority_Task_Test.cpp
index 19b58828ad4..3c4cf5c7bd6 100644
--- a/tests/Priority_Task_Test.cpp
+++ b/tests/Priority_Task_Test.cpp
@@ -113,7 +113,7 @@ Priority_Task::open (void *arg)
{
#if !defined (ACE_HAS_WINCE)
if (ACE_OS::last_error () == EPERM)
- ACE_ERROR_RETURN ((LM_ERROR,
+ ACE_ERROR_RETURN ((LM_INFO,
ACE_TEXT ("Insufficient privilege to run this test.\n")),
-1);
else