summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Server_Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Server_Main.cpp')
-rw-r--r--TAO/tao/Utils/Server_Main.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/Utils/Server_Main.cpp b/TAO/tao/Utils/Server_Main.cpp
index e9fc435fd4b..634b61c4d5d 100644
--- a/TAO/tao/Utils/Server_Main.cpp
+++ b/TAO/tao/Utils/Server_Main.cpp
@@ -63,8 +63,7 @@ TAO::Utils::Server_Main<SERVANT>::run (int argc, ACE_TCHAR *argv[])
if (result == 0)
{
TAOLIB_ERROR ((LM_INFO,
- "%T %C (%P|%t) Ready %C\n", name_, servant.identity ()
- ));
+ "%T %C (%P|%t) Ready %C\n", name_, servant.identity ()));
//////////////////////////////////
// Run the event loop for the ORB.
@@ -87,22 +86,19 @@ TAO::Utils::Server_Main<SERVANT>::run (int argc, ACE_TCHAR *argv[])
TAOLIB_ERROR ((LM_INFO,
"%T %C (%P|%t) Terminated normally. %C\n",
name_,
- servant.identity ()
- ));
+ servant.identity ()));
}
else
{
TAOLIB_ERROR ((LM_ERROR,
- "%T %C (%P|%t) Registration failed: %m\n", name_
- ));
+ "%T %C (%P|%t) Registration failed: %m\n", name_));
result = -1;
}
}
else
{
TAOLIB_ERROR ((LM_ERROR,
- "%T %C (%P|%t) ORB manager init failed\n", name_
- ));
+ "%T %C (%P|%t) ORB manager init failed\n", name_));
result = -1;
}
}