diff options
author | Jeff Ames | 2008-06-25 14:30:28 +0000 |
---|---|---|
committer | Jeff Ames | 2008-06-25 14:30:28 +0000 |
commit | a2b1a1787d620f70c10221545414b41ffdfe27da (patch) | |
tree | fe356d669c4dffab062192a6676acb3cf4c6641c /OpenSim/Region/Application/OpenSim.cs | |
parent | Mantis#1584. Thank you kindly, Lulurun for a patch that: (diff) | |
download | opensim-SC_OLD-a2b1a1787d620f70c10221545414b41ffdfe27da.zip opensim-SC_OLD-a2b1a1787d620f70c10221545414b41ffdfe27da.tar.gz opensim-SC_OLD-a2b1a1787d620f70c10221545414b41ffdfe27da.tar.bz2 opensim-SC_OLD-a2b1a1787d620f70c10221545414b41ffdfe27da.tar.xz |
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 714d8eb..6f1a3cb 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -136,13 +136,13 @@ namespace OpenSim | |||
136 | 136 | ||
137 | #region Console Commands | 137 | #region Console Commands |
138 | 138 | ||
139 | private void RunEchoTest(string[] cmdparams) | 139 | private void RunEchoTest(string[] cmdparams) |
140 | { | 140 | { |
141 | for (int i = 0; i < cmdparams.Length; i++) | 141 | for (int i = 0; i < cmdparams.Length; i++) |
142 | { | 142 | { |
143 | m_log.Info("[EchoTest]: <arg" + i + ">"+cmdparams[i]+"</arg" + i + ">"); | 143 | m_log.Info("[EchoTest]: <arg" + i + ">"+cmdparams[i]+"</arg" + i + ">"); |
144 | } | 144 | } |
145 | } | 145 | } |
146 | 146 | ||
147 | private void KickUserCommand(string[] cmdparams) | 147 | private void KickUserCommand(string[] cmdparams) |
148 | { | 148 | { |