diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/Application/Application.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index d349d37..b2c710a 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim | |||
59 | } | 59 | } |
60 | 60 | ||
61 | Console.WriteLine("Starting...\n"); | 61 | Console.WriteLine("Starting...\n"); |
62 | 62 | ||
63 | Culture.SetCurrentCulture(); | 63 | Culture.SetCurrentCulture(); |
64 | 64 | ||
65 | ArgvConfigSource configSource = new ArgvConfigSource(args); | 65 | ArgvConfigSource configSource = new ArgvConfigSource(args); |
@@ -110,7 +110,7 @@ namespace OpenSim | |||
110 | _IsHandlingException = true; | 110 | _IsHandlingException = true; |
111 | // TODO: Add config option to allow users to turn off error reporting | 111 | // TODO: Add config option to allow users to turn off error reporting |
112 | // TODO: Post error report (disabled for now) | 112 | // TODO: Post error report (disabled for now) |
113 | 113 | ||
114 | string msg = String.Empty; | 114 | string msg = String.Empty; |
115 | msg += "\r\n"; | 115 | msg += "\r\n"; |
116 | msg += "APPLICATION EXCEPTION DETECTED: " + e.ToString() + "\r\n"; | 116 | msg += "APPLICATION EXCEPTION DETECTED: " + e.ToString() + "\r\n"; |
@@ -122,7 +122,7 @@ namespace OpenSim | |||
122 | msg += "InnerException: " + ex.InnerException.ToString() + "\r\n"; | 122 | msg += "InnerException: " + ex.InnerException.ToString() + "\r\n"; |
123 | 123 | ||
124 | msg += "\r\n"; | 124 | msg += "\r\n"; |
125 | msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n"; | 125 | msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n"; |
126 | 126 | ||
127 | // Do we not always want to see exception messages? | 127 | // Do we not always want to see exception messages? |
128 | // if (e.IsTerminating) | 128 | // if (e.IsTerminating) |
@@ -132,7 +132,7 @@ namespace OpenSim | |||
132 | try | 132 | try |
133 | { | 133 | { |
134 | // DISABLED UNTIL WE CAN DISCUSS IF THIS IS MORALLY RIGHT OR NOT | 134 | // DISABLED UNTIL WE CAN DISCUSS IF THIS IS MORALLY RIGHT OR NOT |
135 | // Note! Needs reference to System.Web | 135 | // Note! Needs reference to System.Web |
136 | //System.Net.WebClient wc = new WebClient(); | 136 | //System.Net.WebClient wc = new WebClient(); |
137 | //wc.DownloadData("http://www.opensimulator.org/ErrorReport.php?Msg=" + | 137 | //wc.DownloadData("http://www.opensimulator.org/ErrorReport.php?Msg=" + |
138 | // System.Web.HttpUtility.UrlEncode(msg)); | 138 | // System.Web.HttpUtility.UrlEncode(msg)); |