Skip to content

Commit da39148

Browse files
Merge pull request #2652 from DataDog/mconstantin/fix-error-log-message
Fix logging format for error messages in PlainBatchFileReaderWriter Co-authored-by: mariusc83 <[email protected]>
2 parents b84746f + 9206327 commit da39148

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)