From 82626582c9d3cd150055cd2d692c5036a75f3c49 Mon Sep 17 00:00:00 2001 From: The Grand Dog Date: Sun, 1 Mar 2020 12:56:15 -0500 Subject: [PATCH] chat message -> verbose debug --- Automap/Subsystems/AutomapSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automap/Subsystems/AutomapSystem.cs b/Automap/Subsystems/AutomapSystem.cs index 7880ac2..01e0bcc 100644 --- a/Automap/Subsystems/AutomapSystem.cs +++ b/Automap/Subsystems/AutomapSystem.cs @@ -611,7 +611,7 @@ namespace Automap } #if DEBUG - ClientAPI.TriggerChatMessage($"Automap commanded to: {cmdData.State} "); + Logger.VerboseDebug($"Automap commanded to: {cmdData.State} "); #endif } -- 2.11.0