diff --git a/src/main/scala/mesosphere/marathon/core/launchqueue/impl/TaskLauncherActor.scala b/src/main/scala/mesosphere/marathon/core/launchqueue/impl/TaskLauncherActor.scala index 3bb9fa0d013..38f33bce621 100644 --- a/src/main/scala/mesosphere/marathon/core/launchqueue/impl/TaskLauncherActor.scala +++ b/src/main/scala/mesosphere/marathon/core/launchqueue/impl/TaskLauncherActor.scala @@ -263,7 +263,7 @@ private class TaskLauncherActor( offerOperationAcceptTimeout.get(instanceId).foreach(_.cancel()) offerOperationAcceptTimeout -= instanceId } - logger.info(s"Synced single $instanceId from InstanceTracker: $instance") + logger.info(s"Synced single $instanceId from InstanceTracker") // Request delay for new run spec config. if (!launchAllowedAt.contains(instance.runSpec.configRef)) {