mirror of
https://github.com/etesync/android
synced 2025-06-25 17:32:38 +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
|
override val content: String
|
||||||
get() {
|
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()
|
val os = ByteArrayOutputStream()
|
||||||
task?.write(os)
|
task?.write(os)
|
||||||
|
Loading…
Reference in New Issue
Block a user