summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-20 09:21:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-20 09:21:28 +0000
commit862d682ba001f4b301f9092c333018fd01ee9dbb (patch)
treee55a79655dc40afead56b21054725ea37427c40b
parent824584de8a49f79ff15e0346482a0c41b356a361 (diff)
downloadATCD-862d682ba001f4b301f9092c333018fd01ee9dbb.tar.gz
Wed May 20 09:21:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Client_Leaks/Process_Factory.cpp: Use ACE_ERRNO_GET
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/Client_Leaks/Process_Factory.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d901091f759..1fec3ec3cc6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 20 09:21:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Client_Leaks/Process_Factory.cpp:
+ Use ACE_ERRNO_GET
+
Wed May 20 09:06:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Asynch_Queued_Message.cpp:
diff --git a/TAO/tests/Client_Leaks/Process_Factory.cpp b/TAO/tests/Client_Leaks/Process_Factory.cpp
index 367b6871170..c58a665dec6 100644
--- a/TAO/tests/Client_Leaks/Process_Factory.cpp
+++ b/TAO/tests/Client_Leaks/Process_Factory.cpp
@@ -66,7 +66,7 @@ Process_Factory::create_new_process (void)
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Process_Factory::create_new_process, "
" spawn call failed (%d)\n",
- errno));
+ ACE_ERRNO_GET));
throw Test::Spawn_Failed ();
}