summaryrefslogtreecommitdiff
path: root/tests/Tokens_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 09:32:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 09:32:53 +0000
commit6bd558e062c7fc0dadbeb7d275f3328446dbeb99 (patch)
tree179f2aa355c177e12da9ae518427e18cef639ccb /tests/Tokens_Test.cpp
parentfad30f048644d2c8100cb4e1e8e4a8e1c7c61d79 (diff)
downloadATCD-6bd558e062c7fc0dadbeb7d275f3328446dbeb99.tar.gz
foo
Diffstat (limited to 'tests/Tokens_Test.cpp')
-rw-r--r--tests/Tokens_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Tokens_Test.cpp b/tests/Tokens_Test.cpp
index 75d9d719eee..220f8ad9b8d 100644
--- a/tests/Tokens_Test.cpp
+++ b/tests/Tokens_Test.cpp
@@ -214,7 +214,9 @@ main (int, char* argv[])
// Wait for the server to start.
ACE_OS::sleep (3);
- ACE_DEBUG ((LM_DEBUG, "Using Token Server on %s at port %d.\n", server_host, server_port));
+ ACE_DEBUG ((LM_DEBUG,
+ "Using Token Server on %s at port %d.\n",
+ server_host, server_port));
ACE_Remote_Mutex::set_server_address (ACE_INET_Addr (server_port, server_host));
ACE_NEW_RETURN (A, ACE_Remote_Mutex ("R Mutex A", 0, 1), -1);