Skip to content

Commit 7edb866

Browse files
committed
Trivial: remove unused interpolation var in log message
1 parent cd3176b commit 7edb866

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 $sender with ID $executorId")
106+
"from unknown executor with ID $executorId")
107107
}
108108
}
109109

0 commit comments

Comments
 (0)