Skip to content
Snippets Groups Projects
Commit d9be1984 authored by cramakri's avatar cramakri
Browse files

MINOR: Better logging information.

SVN: 16165
parent d257c587
No related branches found
No related tags found
No related merge requests found
...@@ -75,14 +75,14 @@ public class DssServiceRpcScreening extends AbstractDssServiceRpc implements ...@@ -75,14 +75,14 @@ public class DssServiceRpcScreening extends AbstractDssServiceRpc implements
// Register the service with the name server // Register the service with the name server
RpcServiceInterfaceVersionDTO ifaceVersion = RpcServiceInterfaceVersionDTO ifaceVersion =
new RpcServiceInterfaceVersionDTO("screening-dss", "/rmi-screening-dss-api-v1", new RpcServiceInterfaceVersionDTO("screening-dss", "/rmi-datastore-server-screening-api-v1",
getMajorVersion(), getMinorVersion()); getMajorVersion(), getMinorVersion());
HttpInvokerServiceExporter nameServiceExporter = HttpInvokerServiceExporter nameServiceExporter =
ServiceProvider.getRpcNameServiceExporter(); ServiceProvider.getRpcNameServiceExporter();
RpcServiceNameServer nameServer = (RpcServiceNameServer) nameServiceExporter.getService(); RpcServiceNameServer nameServer = (RpcServiceNameServer) nameServiceExporter.getService();
nameServer.addSupportedInterfaceVersion(ifaceVersion); nameServer.addSupportedInterfaceVersion(ifaceVersion);
operationLog.info("Started DSS RPC screening service V1."); operationLog.info("[rpc] Started DSS RPC screening service V1.");
} }
// ------------------ impl ----------------- // ------------------ impl -----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment