diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 20:47:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 20:47:57 +0000 |
commit | abe48baae3f00a612dc4847985f124ac6254302a (patch) | |
tree | a2484130736f0034e7b9716237c502fbbb35416e /examples | |
parent | 62a9f1c79f59c3a730b4cfe7ae29ad921a7ee051 (diff) | |
download | ATCD-abe48baae3f00a612dc4847985f124ac6254302a.tar.gz |
foo
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/Misc/test_demuxing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Misc/test_demuxing.cpp b/examples/Reactor/Misc/test_demuxing.cpp index e6c89b77f80..cacac69f5e6 100644 --- a/examples/Reactor/Misc/test_demuxing.cpp +++ b/examples/Reactor/Misc/test_demuxing.cpp @@ -274,8 +274,8 @@ Message_Handler::handle_input (ACE_HANDLE) ACE_ERROR ((LM_ERROR, "(%t) %p\n", "dequeue_head")); else { - delete mb; ACE_DEBUG ((LM_DEBUG, "(%t) priority = %d\n", mb->msg_priority ())); + delete mb; } return 0; |