summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-06-07 08:52:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-06-07 08:52:49 +0200
commit50dbb1c0ad44bb262eceaa8da39f30c0b13e7425 (patch)
treea09184e3f48b2f4f24c01c873282570a3befc8f9 /TAO/orbsvcs/tests
parent534f364de4a6c090e4c70e39fee13951c7d64873 (diff)
downloadATCD-50dbb1c0ad44bb262eceaa8da39f30c0b13e7425.tar.gz
Log process id in exit message using %P
* TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp
index 45d5a440f59..e33309f3829 100644
--- a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp
@@ -160,8 +160,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_OS::sleep (shutdown_delay);
- ACE_DEBUG ((LM_DEBUG, "(%P|%t) Exiting Server pid = %d \n",
- ACE_OS::getpid ()));
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t) Exiting Server pid <%P>\n"));
return 0;
}