Skip to content

Commit a172afb

Browse files
ovitrifclaude
andcommitted
fix: use named context param in logger call
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ba248a9 commit a172afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/data/backup/VssBackupClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class VssBackupClient @Inject constructor(
6767
true
6868
}.onFailure {
6969
isSetup.completeExceptionally(it)
70-
Logger.error("VSS client setup error", it, TAG)
70+
Logger.error("VSS client setup error", it, context = TAG)
7171
}
7272
}
7373

0 commit comments

Comments
 (0)