From: melchior Date: Sat, 22 Oct 2022 02:53:31 +0000 (-0400) Subject: fix text formating error X-Git-Url: http://git.osdn.net/view?p=automap%2Fautomap.git;a=commitdiff_plain fix text formating error --- 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);