Skip to content
Snippets Groups Projects
Unverified Commit fc6492ad authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

wip: progress

parent 0834a6f1
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class SyncManager @Inject constructor(
} catch (e: Exception) {
Log.e(
"Sync",
"Could not finish transaction for ${user.name} (${user.userId}) on ${account.server.url}",
"Could not finish transaction for ${user?.name} (${user?.userId}) on ${server.url}",
e
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment