[mono/monodevelop] a8f683c0: [Core] This should be logging a critical error, not internal.

"Cody Russell ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141bdb6c2e4-6f47ec30-99a7-4013-aaa7-5a9aadd12323-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/1d45cf8f4019...a8f683c04c56

   Commit: a8f683c04c56d4b75a44dbc70d409dd08a230e7d
   Author: Cody Russell <[email protected]> (bratsche)
     Date: 2013-10-15 20:01:37 GMT
      URL: https://github.com/mono/monodevelop/commit/a8f683c04c56d4b75a44dbc70d409dd08a230e7d

[Core] This should be logging a critical error, not internal.

Changed paths:
  M main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs

Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs
===================================================================
@@ -502,7 +502,7 @@ void SetupExceptionManager ()
 		void HandleException (Exception ex, bool willShutdown)
 		{
 			// Log the crash to the MonoDevelop.log file first:
-			LoggingService.LogInternalError (string.Format ("An unhandled exception has occured. Terminating MonoDevelop? {0}", willShutdown), ex);
+			LoggingService.LogCriticalError (string.Format ("An unhandled exception has occured. Terminating MonoDevelop? {0}", willShutdown), ex);
 		}
 		
 		/// <summary>SDBM-style hash, bounded to a range of 1000.</summary>


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.