diff options
author | Justin Clarke Casey | 2008-11-17 16:22:21 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-17 16:22:21 +0000 |
commit | dcfd343a1e9dacb800e1272f38eefad3c5d9bf53 (patch) | |
tree | de1da1538f26d4af5876652703857ffb2240262f /OpenSim/Grid/MessagingServer | |
parent | * Remove the TransferRequest and hip debugging console output that crept in r... (diff) | |
download | opensim-SC_OLD-dcfd343a1e9dacb800e1272f38eefad3c5d9bf53.zip opensim-SC_OLD-dcfd343a1e9dacb800e1272f38eefad3c5d9bf53.tar.gz opensim-SC_OLD-dcfd343a1e9dacb800e1272f38eefad3c5d9bf53.tar.bz2 opensim-SC_OLD-dcfd343a1e9dacb800e1272f38eefad3c5d9bf53.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Grid/MessagingServer')
-rw-r--r-- | OpenSim/Grid/MessagingServer/MessageService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/MessagingServer/MessageService.cs b/OpenSim/Grid/MessagingServer/MessageService.cs index 77da306..b4a0c21 100644 --- a/OpenSim/Grid/MessagingServer/MessageService.cs +++ b/OpenSim/Grid/MessagingServer/MessageService.cs | |||
@@ -547,7 +547,7 @@ namespace OpenSim.Grid.MessagingServer | |||
547 | else | 547 | else |
548 | m_log.InfoFormat("[SERVER] Registered with {0}", srv); | 548 | m_log.InfoFormat("[SERVER] Registered with {0}", srv); |
549 | } | 549 | } |
550 | catch (Exception ex) | 550 | catch |
551 | { | 551 | { |
552 | m_log.ErrorFormat("Unable to connect to server {0}. Server not running?", srv); | 552 | m_log.ErrorFormat("Unable to connect to server {0}. Server not running?", srv); |
553 | success = false; | 553 | success = false; |
@@ -593,9 +593,9 @@ namespace OpenSim.Grid.MessagingServer | |||
593 | if(!UserRespData.ContainsKey("responsestring")) | 593 | if(!UserRespData.ContainsKey("responsestring")) |
594 | success = false; | 594 | success = false; |
595 | } | 595 | } |
596 | catch (Exception ex) | 596 | catch |
597 | { | 597 | { |
598 | m_log.Error("Unable to connect to grid. User server not running?"); | 598 | m_log.ErrorFormat("Unable to connect to server {0}. Server not running?", srv); |
599 | success = false; | 599 | success = false; |
600 | } | 600 | } |
601 | } | 601 | } |