mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Comment out an unused 'str' and add a WriteLine to use
an "Exception e" with e.ToString() to eliminate 2 warnings.
This commit is contained in:
@@ -292,7 +292,7 @@ namespace OpenSim.Grid.GridServer
|
||||
catch (FormatException e)
|
||||
{
|
||||
m_log.Info("[GRID]: Invalid login parameters, ignoring.");
|
||||
return ErrorResponse("Wrong format in login parameters. Please verify parameters.");
|
||||
return ErrorResponse("Wrong format in login parameters. Please verify parameters." + e.ToString() );
|
||||
}
|
||||
|
||||
existingSim = getRegion(sim.regionHandle);
|
||||
|
||||
Reference in New Issue
Block a user