mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-13 17:32:56 +00:00
Minor improvements for upload cancelation and conflicts in synchronization
This commit is contained in:
@@ -32,8 +32,7 @@ public class Log_OC {
|
||||
}
|
||||
|
||||
public static void i(String TAG, String message){
|
||||
|
||||
// Write the log message to the file
|
||||
Log.i(TAG, message);
|
||||
appendLog(TAG+" : "+ message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user