1
0
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:
Tom Hacohen 2019-03-06 19:19:40 +00:00
parent e1573ef7ab
commit f64960699b

View File

@ -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)