[tomboy] Get a bit more verbose on OAuth request stack trace dump
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Get a bit more verbose on OAuth request stack trace dump
- Date: Mon, 8 Mar 2010 19:25:30 +0000 (UTC)
commit 00968c60d6fc348f88d6b223c7ba378303c04933
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon Mar 8 06:31:56 2010 -0800
Get a bit more verbose on OAuth request stack trace dump
Tomboy/Addins/WebSyncService/Api/OAuth.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Addins/WebSyncService/Api/OAuth.cs b/Tomboy/Addins/WebSyncService/Api/OAuth.cs
index 954f8cb..5a039f4 100644
--- a/Tomboy/Addins/WebSyncService/Api/OAuth.cs
+++ b/Tomboy/Addins/WebSyncService/Api/OAuth.cs
@@ -262,6 +262,7 @@ namespace Tomboy.WebSync.Api
} catch (Exception e) {
Logger.Error ("Caught exception. Message: {0}", e.Message);
Logger.Error ("Stack trace for previous exception: {0}", e.StackTrace);
+ Logger.Error ("Rest of stack trace for above exception: {0}", System.Environment.StackTrace);
throw;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]