projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Log_OC included
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
webdav
/
WebdavEntry.java
diff --git
a/src/eu/alefzero/webdav/WebdavEntry.java
b/src/eu/alefzero/webdav/WebdavEntry.java
index
30b5660
..
b474e20
100644
(file)
--- a/
src/eu/alefzero/webdav/WebdavEntry.java
+++ b/
src/eu/alefzero/webdav/WebdavEntry.java
@@
-3,7
+3,7
@@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version
3
of the License, or
+ * the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@
-24,6
+24,8
@@
import org.apache.jackrabbit.webdav.property.DavProperty;
import org.apache.jackrabbit.webdav.property.DavPropertyName;
import org.apache.jackrabbit.webdav.property.DavPropertySet;
import org.apache.jackrabbit.webdav.property.DavPropertyName;
import org.apache.jackrabbit.webdav.property.DavPropertySet;
+import com.owncloud.android.Log_OC;
+
import android.net.Uri;
import android.util.Log;
import android.net.Uri;
import android.util.Log;
@@
-89,7
+91,7
@@
public class WebdavEntry {
}
} else {
}
} else {
- Log.e("WebdavEntry",
+ Log
_OC
.e("WebdavEntry",
"General fuckup, no status for webdav response");
}
}
"General fuckup, no status for webdav response");
}
}