summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-08 21:10:48 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-08 21:10:48 +0000
commit5f5e72ee455fdf0b12c5dc3bd37f166a438c260b (patch)
treecc77cac9c8eda8f787e9103a037dba277f087804 /TAO/orbsvcs/Logging_Service
parent91885cc1c44c0db93bec6a9b0282b2a7529b900e (diff)
downloadATCD-5f5e72ee455fdf0b12c5dc3bd37f166a438c260b.tar.gz
Sun Jun 8 21:09:07 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
index 5750f4c7dbd..65f2158aa62 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
@@ -128,12 +128,12 @@ Event_Logging_Service::init (int argc, char *argv[])
{
FILE* iorf = ACE_OS::fopen (this->ior_file_name_, ACE_TEXT("w"));
if (iorf == 0)
- {
- ACE_ERROR_RETURN ((LM_ERROR,
- "Cannot open output file for writing IOR: %s",
- this->ior_file_name_),
- -1);
- }
+ {
+ ACE_ERROR_RETURN ((LM_ERROR,
+ "Cannot open output file for writing IOR: %s",
+ this->ior_file_name_),
+ -1);
+ }
ACE_OS::fprintf (iorf, "%s\n", ior.in ());
ACE_OS::fclose (iorf);
}