minor: switch around mixed up circuit code and endpoint data in "show connections" region console command
parent
d1d331a4c0
commit
be39f03caa
|
@ -1145,8 +1145,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