Added notification for failures in manual synchronizations; some improvements in...
[pub/Android/ownCloud.git] / src / eu / alefzero / webdav / WebdavClient.java
index abd7048..ccb08ca 100644 (file)
@@ -314,7 +314,7 @@ public class WebdavClient extends HttpClient {
      * @param e         Caught exception.\r
      * @param doing     Suffix to add at the end of the logged message.\r
      */\r
      * @param e         Caught exception.\r
      * @param doing     Suffix to add at the end of the logged message.\r
      */\r
-    private static void logException(Exception e, String doing) {\r
+    private void logException(Exception e, String doing) {\r
         if (e instanceof HttpException) {\r
             Log.e(TAG, "HTTP violation while " + doing, e);\r
 \r
         if (e instanceof HttpException) {\r
             Log.e(TAG, "HTTP violation while " + doing, e);\r
 \r