From: The Grand Dog Date: Sun, 1 Mar 2020 17:56:15 +0000 (-0500) Subject: chat message -> verbose debug X-Git-Tag: PR7x~12^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=82626582c9d3cd150055cd2d692c5036a75f3c49;p=automap%2Fautomap.git chat message -> verbose debug --- 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 }