• R/O
  • HTTP
  • SSH
  • HTTPS

automap: Commit

Automap (OSS) GIT software repository


Commit MetaInfo

Revisióncba9b06a8b38dc30550a6efb58f91de1e4968791 (tree)
Tiempo2022-10-22 11:53:31
Autormelchior <melchior@user...>
Commitermelchior

Log Message

fix text formating error

Cambiar Resumen

Diferencia incremental

--- a/Automap/Subsystems/AutomapSystem.cs
+++ b/Automap/Subsystems/AutomapSystem.cs
@@ -224,7 +224,7 @@ namespace Automap
224224 if (updatedPixels > 0)
225225 {
226226 #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);
228228 #endif
229229 updatedChunks++;
230230 chunkTopMetadata.Update(rv_chunkMeta);
Show on old repository browser