diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 09:32:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 09:32:53 +0000 |
commit | 6bd558e062c7fc0dadbeb7d275f3328446dbeb99 (patch) | |
tree | 179f2aa355c177e12da9ae518427e18cef639ccb /tests/Tokens_Test.cpp | |
parent | fad30f048644d2c8100cb4e1e8e4a8e1c7c61d79 (diff) | |
download | ATCD-6bd558e062c7fc0dadbeb7d275f3328446dbeb99.tar.gz |
foo
Diffstat (limited to 'tests/Tokens_Test.cpp')
-rw-r--r-- | tests/Tokens_Test.cpp | 4 |
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); |