OSDN Git Service

Add debug messages for shared notebooks.
authorRandy Baumgarte <randy@fbn.cx>
Fri, 18 Feb 2011 13:00:48 +0000 (08:00 -0500)
committerRandy Baumgarte <randy@fbn.cx>
Thu, 24 Feb 2011 01:01:16 +0000 (20:01 -0500)
src/cx/fbn/nevernote/threads/SyncRunner.java

index 464cc3b..0a3221e 100644 (file)
@@ -1827,7 +1827,8 @@ public class SyncRunner extends QObject implements Runnable {
                        error = true;\r
                        e.printStackTrace();\r
                } catch (EDAMSystemException e) {\r
-                       // TODO Auto-generated catch block\r
+                       logger.log(logger.LOW, "System error authenticating against shared notebook. "+\r
+                                       "Key: "+books.get(i).getShareKey() +" Error:" +e.getMessage());\r
                        e.printStackTrace();\r
                } catch (TException e) {\r
                        // TODO Auto-generated catch block\r