aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
index f8ac682dbf..676de231f0 100644
--- a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
+++ b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
@@ -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() {