summaryrefslogtreecommitdiff
path: root/internal/io/fs
diff options
context:
space:
mode:
Diffstat (limited to 'internal/io/fs')
-rw-r--r--internal/io/fs/readfile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/io/fs/readfile.go b/internal/io/fs/readfile.go
index 90c5966..669f99f 100644
--- a/internal/io/fs/readfile.go
+++ b/internal/io/fs/readfile.go
@@ -321,7 +321,7 @@ func (f *readFile) handleReadByte(ctx context.Context, b byte,
if message.Len() >= config.Server.MaxLineLength {
if !f.warnedAboutLongLine {
f.serverMessages <- dlog.Common.Warn(f.filePath,
- "Long log line, splitting into multiple lines")
+ "Long log line, splitting into multiple lines") + "\n"
f.warnedAboutLongLine = true
}
message.WriteByte('\n')