projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added notification for failures in manual synchronizations; some improvements in...
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
webdav
/
WebdavClient.java
diff --git
a/src/eu/alefzero/webdav/WebdavClient.java
b/src/eu/alefzero/webdav/WebdavClient.java
index
abd7048
..
ccb08ca
100644
(file)
--- a/
src/eu/alefzero/webdav/WebdavClient.java
+++ b/
src/eu/alefzero/webdav/WebdavClient.java
@@
-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