From cba9b06a8b38dc30550a6efb58f91de1e4968791 Mon Sep 17 00:00:00 2001 From: melchior Date: Fri, 21 Oct 2022 22:53:31 -0400 Subject: [PATCH] fix text formating error --- 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 2e35db3..9dbcb3e 100644 --- a/Automap/Subsystems/AutomapSystem.cs +++ b/Automap/Subsystems/AutomapSystem.cs @@ -224,7 +224,7 @@ namespace Automap if (updatedPixels > 0) { #if DEBUG - Logger.VerboseDebug("(re)Wrote top-chunk shard: ({0}), Pixels#:{2}", revisitCoord, updatedPixels); + Logger.VerboseDebug("(re)Wrote top-chunk shard: ({0}), Pixels#:{1}", revisitCoord, updatedPixels); #endif updatedChunks++; chunkTopMetadata.Update(rv_chunkMeta); -- 2.11.0