Skip to content

Commit

Permalink
Fix code analytics
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Mar 1, 2024
1 parent 302c853 commit e96f599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ComposeActivity : DrawerActivity() {
try {
OwnCloudClientFactory.createNextcloudClient(user, context)
} catch (e: AccountUtils.AccountNotFoundException) {
Log_OC.e(this, "Error caught at init of AssistantRepository", e)
Log_OC.e(this, "Error caught at init of createNextcloudClient", e)
null
}
}
Expand Down

0 comments on commit e96f599

Please sign in to comment.