summaryrefslogtreecommitdiff
path: root/tests/UPIPE_SAP_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 13:01:56 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 13:01:56 +0000
commit135036d75f2d62b2f849b538d987bbbb425f97f1 (patch)
tree7e3b571f46153a28ae9cd8653ce51edaf00d8bb1 /tests/UPIPE_SAP_Test.cpp
parentc29486df7303471ce617820d2cc4e22c655f1711 (diff)
downloadATCD-135036d75f2d62b2f849b538d987bbbb425f97f1.tar.gz
(connector): removed leading \n in printout at end of thread execution
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r--tests/UPIPE_SAP_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp
index 953a6b558ec..916000b14b2 100644
--- a/tests/UPIPE_SAP_Test.cpp
+++ b/tests/UPIPE_SAP_Test.cpp
@@ -92,7 +92,7 @@ connector (void *)
ACE_ASSERT (ACE_OS::strcmp (conbuf, "this is the acceptor response!") == 0);
c_stream.close ();
- ACE_DEBUG ((LM_DEBUG, "\n(%t) exiting thread\n"));
+ ACE_DEBUG ((LM_DEBUG, "(%t) exiting thread\n"));
return 0;
}