1
0
mirror of https://github.com/etesync/android synced 2025-02-22 20:42:04 +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
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)