From c38f241b51472f2025f3b5d42d7aed25d0b4b3fe Mon Sep 17 00:00:00 2001 From: chokoboko <44872722+chokoboko@users.noreply.github.com> Date: Fri, 6 Sep 2019 17:04:47 +0300 Subject: [PATCH] pilot: fix log message in initAutoPilot --- pilot.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pilot.go b/pilot.go index c9ee0088..b783c5b6 100644 --- a/pilot.go +++ b/pilot.go @@ -141,10 +141,10 @@ var _ autopilot.ChannelController = (*chanController)(nil) // and all interfaces needed to drive it won't be launched before the Manager's // StartAgent method is called. func initAutoPilot(svr *server, cfg *autoPilotConfig) (*autopilot.ManagerCfg, error) { - atplLog.Infof("Instantiating autopilot with max_channels=%d, "+ - "allocation=%f, min_chan_size=%d, max_chan_size=%d, "+ - "private=%t, min_confs=%d, conf_target=%d", cfg.MaxChannels, - cfg.MinChannelSize, cfg.Private, cfg.MinConfs, cfg.ConfTarget) + atplLog.Infof("Instantiating autopilot with max_channels=%d, allocation=%f, "+ + "min_chan_size=%d, max_chan_size=%d, private=%t, min_confs=%d, "+ + "conf_target=%d", cfg.MaxChannels, cfg.Allocation, cfg.MinChannelSize, + cfg.MaxChannelSize, cfg.Private, cfg.MinConfs, cfg.ConfTarget) // Set up the constraints the autopilot heuristics must adhere to. atplConstraints := autopilot.NewConstraints(