Skip to content

Commit

Permalink
Use composedMessage instead of formatString (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBehnke authored Oct 29, 2024
1 parent 6854640 commit ec1b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Flannel/Views/LogView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public struct LogView: View {
return FlannelLogEntry(
date: $0.date,
category: $0.category,
message: $0.formatString,
message: $0.composedMessage,
subsytem: $0.subsystem,
processId: Int(
$0.processIdentifier
Expand Down

0 comments on commit ec1b222

Please sign in to comment.