a few changes to map grid service

This commit is contained in:
UbitUmarov
2024-01-26 18:39:03 +00:00
parent 7ce6dd4cf8
commit c0082b4c3f
3 changed files with 196 additions and 171 deletions

View File

@@ -224,7 +224,7 @@ namespace OpenSim.Services.Connectors
{
// This just dumps a warning for any operation that takes more than 100 ms
int tickdiff = Util.EnvironmentTickCountSubtract(tickstart);
m_log.DebugFormat("[MAP IMAGE CONNECTOR]: AddMapTile time {0}ms", tickdiff);
m_log.DebugFormat("[MAP IMAGE CONNECTOR]: AddMapTile {1} Bytes in {0}ms", tickdiff, jpgData.Length);
}
return false;
}