mirror of
https://github.com/etesync/android
synced 2025-02-22 12:32:03 +00:00
LocalTask: remove a potentiall bad logging message.
This commit is contained in:
parent
e1573ef7ab
commit
f64960699b
@ -33,7 +33,7 @@ class LocalTask : AndroidTask, LocalResource<Task> {
|
||||
|
||||
override val content: String
|
||||
get() {
|
||||
App.log.log(Level.FINE, "Preparing upload of task " + fileName!!, task)
|
||||
App.log.log(Level.FINE, "Preparing upload of task ${fileName} ${task}")
|
||||
|
||||
val os = ByteArrayOutputStream()
|
||||
task?.write(os)
|
||||
|
Loading…
Reference in New Issue
Block a user