diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-10 18:50:08 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-10 18:50:08 +0000 |
commit | fc5e927aa03f619a134c48aa22f30a45c904cda2 (patch) | |
tree | 685d07b24db20251c3ae2b15b0ba6a22bc2590b3 /tests/Priority_Task_Test.cpp | |
parent | 8457ce322e95cb309b8ab50d8af16b42b6aa2990 (diff) | |
download | ATCD-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.cpp | 2 |
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 |