diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 01:16:27 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 01:16:27 +0000 |
commit | 4e7cf4eb86ab430a87328cb88a7fc63c8bc512c9 (patch) | |
tree | 0431255d7482daa7ffedc454a5ebb539f47a9575 /tests | |
parent | c2af13fbd393b914044f7fbfc44c493b913e965c (diff) | |
download | ATCD-4e7cf4eb86ab430a87328cb88a7fc63c8bc512c9.tar.gz |
(handler): removed ACE_DEBUG.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Conn_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp index c255b4177b9..d4f4ad9b000 100644 --- a/tests/Conn_Test.cpp +++ b/tests/Conn_Test.cpp @@ -488,8 +488,8 @@ server (void *arg) static void handler (int signum) { - // Print the signal number and exit. - ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("(%P|%t) %S\n"), signum)); + // No printout here, to be safe. Signal handlers must not acquire + // locks, etc. ACE_OS::exit (0); } |