summaryrefslogtreecommitdiff
path: root/tests/MM_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-19 15:59:21 +0000
committerseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-19 15:59:21 +0000
commitf95f3f38fc8c91679e743f77a494364453eba6f7 (patch)
treef837ab7b22d0634c10bbe388c4f8f86af7a984c8 /tests/MM_Shared_Memory_Test.cpp
parent6a04b6fc27a8af130d6a446ca46bf189ee053e3f (diff)
downloadATCD-f95f3f38fc8c91679e743f77a494364453eba6f7.tar.gz
Removed an extraneous debug line
Diffstat (limited to 'tests/MM_Shared_Memory_Test.cpp')
-rw-r--r--tests/MM_Shared_Memory_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/MM_Shared_Memory_Test.cpp b/tests/MM_Shared_Memory_Test.cpp
index 9a6667a693c..3890ba5edb8 100644
--- a/tests/MM_Shared_Memory_Test.cpp
+++ b/tests/MM_Shared_Memory_Test.cpp
@@ -112,7 +112,6 @@ parent (void * = 0)
// Allow the child to proceed.
result = synchronizer->release ();
- ACE_DEBUG((LM_ERROR, "(%P|%t) %p\n", "release failed"));
ACE_ASSERT (result != -1);
// Perform a "busy wait" until the child sets the character to '*'.