Eliminated some warnings

This commit is contained in:
Oren Hurvitz
2014-07-21 10:25:47 +03:00
parent 99ac770abb
commit 9fa8d84598
3 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,9 @@ namespace OpenSim.Services.MapImageService
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
#pragma warning disable 414
private string LogHeader = "[MAP IMAGE SERVICE]";
#pragma warning restore 414
private const int ZOOM_LEVELS = 8;
private const int IMAGE_WIDTH = 256;