Skip to content
Snippets Groups Projects
Commit 15fd11d6 authored by Karen Feng's avatar Karen Feng
Browse files

Removed redundant calls to request by logPage

parent 11872888
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@ class WorkerWebUI(val worker: Worker, val workDir: File, requestedPort: Option[I
</div>
</body>
</html>
UIUtils.basicSparkPage(content, request.getParameter("logType") + " log page for " +
request.getParameter("appId"))
UIUtils.basicSparkPage(content, logType + " log page for " + appId)
}
def stop() {
......
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