We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee9a46 commit 7d08bb5Copy full SHA for 7d08bb5
app/src/main/java/com/owncloud/android/ui/fragment/share/RemoteShareRepository.kt
@@ -31,12 +31,12 @@ class RemoteShareRepository(
31
val result = operation.execute(client)
32
33
if (result.isSuccess) {
34
- Log_OC.d(tag, "Successfully refreshed shares for the specified remote path.");
+ Log_OC.d(tag, "Successfully refreshed shares for the specified remote path.")
35
} else {
36
Log_OC.w(
37
tag,
38
"Failed to refresh shares for the specified remote path. An error occurred during the operation."
39
- );
+ )
40
}
41
42
0 commit comments