OSDN Git Service

chat message -> verbose debug
authorThe Grand Dog <alex.h@me.com>
Sun, 1 Mar 2020 17:56:15 +0000 (12:56 -0500)
committerThe Grand Dog <alex.h@me.com>
Sun, 1 Mar 2020 17:56:15 +0000 (12:56 -0500)
Automap/Subsystems/AutomapSystem.cs

index 7880ac2..01e0bcc 100644 (file)
@@ -611,7 +611,7 @@ namespace Automap
                        }
 
 #if DEBUG
-                       ClientAPI.TriggerChatMessage($"Automap commanded to: {cmdData.State} ");
+                       Logger.VerboseDebug($"Automap commanded to: {cmdData.State} ");
 #endif
 
                }