diff options
Diffstat (limited to 'OpenSim/Services/HypergridService/GatekeeperService.cs')
-rw-r--r-- | OpenSim/Services/HypergridService/GatekeeperService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs index 9643a8b..e3b5f71 100644 --- a/OpenSim/Services/HypergridService/GatekeeperService.cs +++ b/OpenSim/Services/HypergridService/GatekeeperService.cs | |||
@@ -287,7 +287,8 @@ namespace OpenSim.Services.HypergridService | |||
287 | 287 | ||
288 | if (dm.Success) | 288 | if (dm.Success) |
289 | { | 289 | { |
290 | m_log.InfoFormat("[GATEKEEPER SERVICE]: Login failed, reason: client {0} is denied", curViewer); | 290 | reason = "Login failed: Viewer " + curViewer + " is denied"; |
291 | m_log.InfoFormat("[GATEKEEPER SERVICE]: Login failed, reason: viewer {0} is denied", curViewer); | ||
291 | return false; | 292 | return false; |
292 | } | 293 | } |
293 | } | 294 | } |