minor: switch around mixed up circuit code and endpoint data in "show connections" region console command
parent
454c3fc913
commit
5aa9c21e7d
|
@ -1127,8 +1127,8 @@ namespace OpenSim
|
||||||
c => cdt.AddRow(
|
c => cdt.AddRow(
|
||||||
s.Name,
|
s.Name,
|
||||||
c.Name,
|
c.Name,
|
||||||
c.RemoteEndPoint.ToString(),
|
|
||||||
c.CircuitCode.ToString(),
|
c.CircuitCode.ToString(),
|
||||||
|
c.RemoteEndPoint.ToString(),
|
||||||
c.IsActive.ToString())));
|
c.IsActive.ToString())));
|
||||||
|
|
||||||
MainConsole.Instance.Output(cdt.ToString());
|
MainConsole.Instance.Output(cdt.ToString());
|
||||||
|
|
Loading…
Reference in New Issue