aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp
diff options
context:
space:
mode:
authorAdam Frisby2007-07-24 03:59:32 +0000
committerAdam Frisby2007-07-24 03:59:32 +0000
commit3cbc1e011d8abcfefacc0c72429dd01656f49ef2 (patch)
treee4674ad62367657780de1d3b5c1743a9ea34ef4b /OpenSim/Region/Examples/SimpleApp
parent*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f... (diff)
downloadopensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.zip
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.gz
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.bz2
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.xz
* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs
index a5bc999..a27cc0c 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -94,7 +94,7 @@ namespace SimpleApp
94 scene.AddEntity(fileObject); 94 scene.AddEntity(fileObject);
95 } 95 }
96 96
97 m_log.WriteLine(LogPriority.NORMAL, "Press enter to quit."); 97 m_log.Notice("Press enter to quit.");
98 m_log.ReadLine(); 98 m_log.ReadLine();
99 } 99 }
100 100