Skip to content

Commit 518687a

Browse files
committed
Actually interpolate log string
1 parent 7edb866 commit 518687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, val rpcEnv: Rp
103103
case None =>
104104
// Ignoring the update since we don't know about the executor.
105105
logWarning(s"Ignored task status update ($taskId state $state) " +
106-
"from unknown executor with ID $executorId")
106+
s"from unknown executor with ID $executorId")
107107
}
108108
}
109109

0 commit comments

Comments
 (0)