* and fixed up an error message.

zircon^2
Adam Frisby 2007-05-27 09:16:27 +00:00
parent 1b05dde659
commit e43a84c07b
1 changed files with 1 additions and 1 deletions

View File

@ -581,8 +581,8 @@ namespace OpenGridServices.UserServer
}
catch (Exception e)
{
return CreateDeadRegionResponse();
Console.WriteLine(e.ToString());
return CreateDeadRegionResponse();
}
CommitAgent(ref TheUser);