Skip to content

Commit 4b3781f

Browse files
committed
Minor style changes
Change-Id: Ia45d5aedab8c2a7bd65ccd842d29c5159de53604
1 parent 68c9d83 commit 4b3781f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ object HistoryServer extends Logging {
303303
}
304304

305305
if (config.getBoolean("spark.acls.enable", config.getBoolean("spark.ui.acls.enable", false))) {
306-
logInfo(s"Either spark.acls.enable or spark.ui.acls.enable is configured, clearing it and " +
307-
s"only using spark.history.ui.acl.enable")
306+
logInfo("Either spark.acls.enable or spark.ui.acls.enable is configured, clearing it and " +
307+
"only using spark.history.ui.acl.enable")
308308
config.set("spark.acls.enable", "false")
309309
config.set("spark.ui.acls.enable", "false")
310310
}

0 commit comments

Comments
 (0)