Skip to content

Commit 9206327

Browse files
committed
Fix logging format for error messages in PlainBatchFileReaderWriter
1 parent b84746f commit 9206327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/internal/persistence/file/batch/PlainBatchFileReaderWriter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal class PlainBatchFileReaderWriter(
7878
internalLogger.log(
7979
InternalLogger.Level.ERROR,
8080
listOf(InternalLogger.Target.MAINTAINER, InternalLogger.Target.TELEMETRY),
81-
{ "ERROR_READ.format(Locale.US, file.path)" },
81+
{ ERROR_READ.format(Locale.US, file.path) },
8282
e
8383
)
8484
emptyList()

0 commit comments

Comments
 (0)