summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-10-20 15:23:33 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-10-20 15:23:33 +0000
commitc0edd715bc2680861d4fe89d2f2b00a045cf0b2e (patch)
tree9489dc98bd642248230ec6b2899d4a72d39a5fda /TAO/orbsvcs/Logging_Service
parentdf5cb0d477215fffab79e453ce1d3339ce65e35a (diff)
downloadATCD-c0edd715bc2680861d4fe89d2f2b00a045cf0b2e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp b/TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp
index efc5eabf71e..46c2d716054 100644
--- a/TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp
+++ b/TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp
@@ -115,7 +115,7 @@ Logger_Server::init_naming_service (CORBA::Environment& env)
this->my_name_server_->bind (factory_name,
factory.in (),
env);
- TAO_CHECK_ENV_RETURN (env,-1);
+ TAO_CHECK_ENV_RETURN (env, -1);
return 0;
}