aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-12-15 16:42:42 +0000
committerJustin Clark-Casey (justincc)2009-12-15 16:42:42 +0000
commit6bd087a8f96c5f6ec3720d14778c4d2abb8ec95b (patch)
treeca645666d6b66e68424f9365225c6a91037c8f0e /OpenSim/Tests/Clients
parentMake sure that we catch and display any exceptions that get right to the top ... (diff)
downloadopensim-SC_OLD-6bd087a8f96c5f6ec3720d14778c4d2abb8ec95b.zip
opensim-SC_OLD-6bd087a8f96c5f6ec3720d14778c4d2abb8ec95b.tar.gz
opensim-SC_OLD-6bd087a8f96c5f6ec3720d14778c4d2abb8ec95b.tar.bz2
opensim-SC_OLD-6bd087a8f96c5f6ec3720d14778c4d2abb8ec95b.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Tests/Clients')
-rw-r--r--OpenSim/Tests/Clients/Grid/GridClient.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridClient.cs b/OpenSim/Tests/Clients/Grid/GridClient.cs
index 8798c5e..972c0aa 100644
--- a/OpenSim/Tests/Clients/Grid/GridClient.cs
+++ b/OpenSim/Tests/Clients/Grid/GridClient.cs
@@ -44,9 +44,9 @@ namespace OpenSim.Tests.Clients.GridClient
44{ 44{
45 public class GridClient 45 public class GridClient
46 { 46 {
47 private static readonly ILog m_log = 47// private static readonly ILog m_log =
48 LogManager.GetLogger( 48// LogManager.GetLogger(
49 MethodBase.GetCurrentMethod().DeclaringType); 49// MethodBase.GetCurrentMethod().DeclaringType);
50 50
51 public static void Main(string[] args) 51 public static void Main(string[] args)
52 { 52 {