OSDN Git Service

fix text formating error master
authormelchior <melchior@users.osdn.me>
Sat, 22 Oct 2022 02:53:31 +0000 (22:53 -0400)
committermelchior <melchior@users.osdn.me>
Sat, 22 Oct 2022 02:53:31 +0000 (22:53 -0400)
Automap/Subsystems/AutomapSystem.cs

index 2e35db3..9dbcb3e 100644 (file)
@@ -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);