aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index e936657..497a25b 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -716,7 +716,8 @@ namespace OpenSim
716 716
717 protected void LoadOar(string[] cmdparams) 717 protected void LoadOar(string[] cmdparams)
718 { 718 {
719 m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this."); 719 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
720 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
720 721
721 if (cmdparams.Length > 0) 722 if (cmdparams.Length > 0)
722 { 723 {
@@ -730,7 +731,8 @@ namespace OpenSim
730 731
731 protected void SaveOar(string[] cmdparams) 732 protected void SaveOar(string[] cmdparams)
732 { 733 {
733 m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this."); 734 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
735 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
734 736
735 if (cmdparams.Length > 0) 737 if (cmdparams.Length > 0)
736 { 738 {