From b191c0d3417d3666a32af1163b628c45fb52bb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fassot?= Date: Tue, 3 May 2022 23:08:26 +0200 Subject: [PATCH] Replace log MESSAGE when updating cluster markers in INTEL with a log (#1) --- Moose Development/Moose/Ops/Intelligence.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Ops/Intelligence.lua b/Moose Development/Moose/Ops/Intelligence.lua index a94a6568f..792de44da 100644 --- a/Moose Development/Moose/Ops/Intelligence.lua +++ b/Moose Development/Moose/Ops/Intelligence.lua @@ -1472,8 +1472,10 @@ function INTEL:PaintPicture() --local coordinate=self:GetClusterCoordinate(cluster) -- Update F10 marker. - MESSAGE:New("Updating cluster marker and future position", 10):ToAll() - + if self.verbose >= 1 then + BASE:I("Updating cluster marker and future position") + end + -- Update cluster markers. self:UpdateClusterMarker(cluster)