From 3cae461bbfff7622fd0cb45b9cae1f76e3a61bd5 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 28 Jun 2020 15:12:43 +0200 Subject: [PATCH] add debug --- src/TextureFetcher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TextureFetcher.cs b/src/TextureFetcher.cs index 8d1d0de..1ed015d 100644 --- a/src/TextureFetcher.cs +++ b/src/TextureFetcher.cs @@ -130,6 +130,7 @@ namespace OpenSim.Modules.TextureFetcher for (uint i = 0; i <= allSides; i++) { + m_log.Info("[" + Name + "] Get face " + i); if (textures.FaceTextures[i] != null) { if (textures.FaceTextures[i].TextureID != null)