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

MINOR: Better logging information.

SVN: 16162
parent e1dd413d
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ public class HttpInvokerServlet extends HttpServlet
@Override
public void init() throws ServletException
{
DataStoreServer.operationLog.info("HTTP invoker-based RPC service available at "
+ description);
DataStoreServer.operationLog.info("[http-invoker] RPC service available at " + description);
}
// Code copied from org.springframework.web.context.support.HttpRequestHandlerServlet
......
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