Automap (OSS) GIT software repository
Revisión | cba9b06a8b38dc30550a6efb58f91de1e4968791 (tree) |
---|---|
Tiempo | 2022-10-22 11:53:31 |
Autor | ![]() |
Commiter | melchior |
fix text formating error
@@ -224,7 +224,7 @@ namespace Automap | ||
224 | 224 | if (updatedPixels > 0) |
225 | 225 | { |
226 | 226 | #if DEBUG |
227 | - Logger.VerboseDebug("(re)Wrote top-chunk shard: ({0}), Pixels#:{2}", revisitCoord, updatedPixels); | |
227 | + Logger.VerboseDebug("(re)Wrote top-chunk shard: ({0}), Pixels#:{1}", revisitCoord, updatedPixels); | |
228 | 228 | #endif |
229 | 229 | updatedChunks++; |
230 | 230 | chunkTopMetadata.Update(rv_chunkMeta); |