diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-10-20 15:23:33 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-10-20 15:23:33 +0000 |
commit | c0edd715bc2680861d4fe89d2f2b00a045cf0b2e (patch) | |
tree | 9489dc98bd642248230ec6b2899d4a72d39a5fda /TAO/orbsvcs/Logging_Service | |
parent | df5cb0d477215fffab79e453ce1d3339ce65e35a (diff) | |
download | ATCD-c0edd715bc2680861d4fe89d2f2b00a045cf0b2e.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r-- | TAO/orbsvcs/Logging_Service/Logging_Service_i.cpp | 2 |
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; } |