Skip to content

Commit

Permalink
Removed one more multiline log
Browse files Browse the repository at this point in the history
They take space for no good reasons

Change-Id: Ifda595b1beb10eb0274e5d2526c568ab75458459
  • Loading branch information
kamaradclimber committed Nov 7, 2020
1 parent cee9a03 commit 5c3ed97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 5c3ed97

Please sign in to comment.